예제 #1
0
 public Form1()
 {
     InitializeComponent();
     label6.Hide();
     progressBar1.Hide();
     ParseButton.Hide();
 }
예제 #2
0
 public void ShowParseButton()
 {
     if (textBox1.Text != "" && textBox2.Text != "" && textBox3.Text != "")
     {
         ParseButton.Show();
     }
 }