Exemple #1
0
 private void menuItem7_Click(object sender, EventArgs e)
 {
     if (Path == "" || Path == null)
     {
         label4.Left  = (this.ClientSize.Width - label4.Width) / 2;
         button3.Left = (this.ClientSize.Width - button3.Width) / 2;
         //panel1.Location = new Point(0,0);
         BrowseItDude.Dock    = DockStyle.Fill;
         BrowseItDude.Visible = true;
     }
     else
     {
         Replacer.Visible = true;
         Replacer.BringToFront();
         Replacer.Dock = DockStyle.Fill;
     }
 }