Esempio n. 1
0
 private void button1_Click(object sender, EventArgs e)
 {
     if (textBox1.Text != null)
     {
         CodeGeneratorHelper.ReplaceGenerate(textBox1.Text);
         System.Diagnostics.Process.Start("Explorer.exe", "ResultFile");
     }
 }
Esempio n. 2
0
 private void button2_Click(object sender, EventArgs e)
 {
     var i = CodeGeneratorHelper.Read(@"..\..\Template\clas1.txt");
 }