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
languageLanguageThe language will be processed.
userCodeFileNamestringName of the file with user code.
Returns
- string
Name of the main form class.