Пример #1
0
        public void OpenGameForm(int theList, string theMap)
        {
            frmGame           = new FrmMap();
            frmGame.MdiParent = this;
            frmGame.SetParentForm(this);
            frmGame.Init(theList, theMap);
            OpenMap(frmGame);

            //frmGame.Init(theList, theMap);
            frmGame.Show();
            frmGame.BringToFront();
        }
Пример #2
0
        public void OpenGameForm(int theList, string theMap)
        {
            frmGame = new FrmMap();
            frmGame.MdiParent = this;
            frmGame.SetParentForm(this);
            frmGame.Init(theList, theMap);
            OpenMap(frmGame);

            //frmGame.Init(theList, theMap);
            frmGame.Show();
            frmGame.BringToFront();
        }