コード例 #1
0
ファイル: Main.cs プロジェクト: AlaaBenFatma/SQLic
 /// <summary>
 /// Show the commands sender
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 private void sendCommandsToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Form s = new Commands_sender();
     s.Show();
 }
コード例 #2
0
ファイル: Main.cs プロジェクト: AlaaBenFatma/SQLic
 /// <summary>
 /// Show the command sender
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 private void visualStudioButton5_Click(object sender, EventArgs e)
 {
     Form CMD = new Commands_sender();
     CMD.Show();
 }