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