Пример #1
0
        public MainForm()
        {
            InitializeComponent();
            frmDoublingX           = new DoublingXForm(this);
            frmMethodA             = new MethodAForm(this);
            frmMethod1             = new Method1Form();
            frmMethod1.mainForm    = this;
            frmNewMatches          = new NewMatchesForm();
            frmNewMatches.mainForm = this;

            //tsmiMethodA_Click(null,null);
        }
Пример #2
0
        public MainForm()
        {
            InitializeComponent();
            frmDoublingX = new DoublingXForm(this);
            frmMethodA = new MethodAForm(this);
            frmMethod1 = new Method1Form();
            frmMethod1.mainForm = this;
            frmNewMatches = new NewMatchesForm();
            frmNewMatches.mainForm = this;

            //tsmiMethodA_Click(null,null);
        }