Esempio n. 1
0
 public void GenerateXMLFile(TextBox tbSchemaPath, CrmSchemaConfiguration schemaConfiguration)
 {
     if (!string.IsNullOrWhiteSpace(tbSchemaPath.Text))
     {
         schemaConfiguration.SaveToFile(tbSchemaPath.Text);
     }
 }