示例#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();
 }