Exemple #1
0
 private void templateBtn_Click(object sender, EventArgs e)
 {
     templateW tw = new templateW(this);
     tw.ShowDialog();
 }
Exemple #2
0
 private void administrarTemplatesToolStripMenuItem_Click(object sender, EventArgs e)
 {
     templateW tw = new templateW(this);
     tw.ShowDialog();
 }