示例#1
0
 private void btnGenerate_MouseUp(object sender, MouseEventArgs e)
 {
     _dbInterpreter.FilePath         = tbTargetPath.Text;
     _dbInterpreter.NameSpaceClasses = tbNamespaceProjekt.Text + "." + tbExtensionClasses.Text;
     _dbInterpreter.NameSpaceConfig  = tbNamespaceProjekt.Text + "." + tbExtensionConfig.Text;
     _dbInterpreter.GenerateClassFiles(clbTables.CheckedItems.Cast <DataRowView>(), SetState);
     MessageBox.Show(@"Done");
 }