예제 #1
0
파일: Form1.cs 프로젝트: yucnet/navxmxp
        private void button2_Click(object sender, EventArgs e)
        {
            Form frmTroubleshootingTips = new TroubleshootingTips();

            frmTroubleshootingTips.ShowDialog();
        }
예제 #2
0
파일: Form1.cs 프로젝트: TomRaven/navxmxp
 private void button2_Click(object sender, EventArgs e)
 {
     Form frmTroubleshootingTips = new TroubleshootingTips();
     frmTroubleshootingTips.ShowDialog();
 }