Exemplo n.º 1
0
 private void button2_Click(object sender, EventArgs e)
 {
     Creat_Dir_and_File.Creat_file(textBox1, saveFileDialog1);
 }
Exemplo n.º 2
0
 private void button3_Click(object sender, EventArgs e)
 {
     label4.Text += "" + Creat_Dir_and_File.Copy_Save_inFile(textBox1, textBox2, textBox3);
 }
Exemplo n.º 3
0
 private void button1_Click(object sender, EventArgs e)
 {
     Creat_Dir_and_File.Creat_dir(textBox1);
 }