Method GetDesignedClassName
- Namespace
- Alternet.FormDesigner.Wpf
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
GetDesignedClassName(Language, string)
Determines the name of the form designer class.
public static string GetDesignedClassName(Language language, string userCodeFileName)
Parameters
language
LanguageThe language will be processed.
userCodeFileName
stringName of the file with user code.
Returns
- string
Name of the main form class.