コード例 #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();
 }