Method CheckIfFormFilesExist
- Namespace
- Alternet.FormDesigner.WinForms
- Assembly
- Alternet.FormDesigner.v10.dll
CheckIfFormFilesExist(string, string)
Determines whether all form files, matching specific criteria, exist.
public static bool CheckIfFormFilesExist(string userCodeFileName, string designerFileNameSuffix = ".Designer")
Parameters
userCodeFileName
stringName of the file with user code.
designerFileNameSuffix
stringThe suffix of a file containing form designer code.