Exemplo n.º 1
0
        private void 连接管理ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmSetIP frmSoc = new frmSetIP(this);   //创建窗体对象

            ////frmSoc.MdiParent = this;                     //设置窗体对象的父窗体
            frmSoc.Show();      //显示模式窗体
        }
Exemplo n.º 2
0
 public frmEquipmentState(frmSetIP SetIP)
 {
     InitializeComponent();
     this.SetIP       = SetIP;
     lv.FullRowSelect = true;
 }