Exemplo n.º 1
0
        private frmOther frm = null; //引用从窗体

        #endregion Fields

        #region Constructors

        public frmMain()
        {
            InitializeComponent();
            frm = new frmOther(this);
            frm.Show();
        }
Exemplo n.º 2
0
 private frmOther frm = null; //引用从窗体
 public frmMain()
 {
     InitializeComponent();
     frm = new frmOther(this);
     frm.Show();
 }