Method CreateFormFiles
- Namespace
- Alternet.FormDesigner.Wpf
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
CreateFormFiles(IFormDesignerDataSource, CreateFormFilesOptions)
Generates a code for the form files, related to the specified source, and saves their content to the file.
public static void CreateFormFiles(IFormDesignerDataSource source, FormFilesUtility.CreateFormFilesOptions options = null)
Parameters
source
IFormDesignerDataSourceSource of the form, which files are being created.
options
FormFilesUtility.CreateFormFilesOptionsOptions for the file creation.