예제 #1
0
파일: mainW.cs 프로젝트: nuukcillo/PerrySub
 private void templateBtn_Click(object sender, EventArgs e)
 {
     templateW tw = new templateW(this);
     tw.ShowDialog();
 }
예제 #2
0
파일: mainW.cs 프로젝트: nuukcillo/PerrySub
 private void administrarTemplatesToolStripMenuItem_Click(object sender, EventArgs e)
 {
     templateW tw = new templateW(this);
     tw.ShowDialog();
 }