Esempio n. 1
0
 private void buttonWithStyle3_Click(object sender, EventArgs e)
 {
     PIRKT.Manage_Category.Add_Category c = new PIRKT.Manage_Category.Add_Category();
     this.Visible = false;
     c.Owner      = this;
     c.Show();
 }
Esempio n. 2
0
 private void buttonWithStyle3_Click(object sender, EventArgs e)
 {
     PIRKT.Manage_Category.Add_Category c = new PIRKT.Manage_Category.Add_Category();
     this.Visible = false ;
     c.Owner = this;
     c.Show();
 }