コード例 #1
0
ファイル: GuiControler.cs プロジェクト: whyisthearray/smthng
        private void SetUpMainInfoControl()
        {
            mainInfoControl = new MainInfoControl();

            gameForm.Controls.Add(mainInfoControl);
        }
コード例 #2
0
ファイル: GuiControler.cs プロジェクト: whyisthearray/smthng
 protected void OnMainInfoControlCreated(MainInfoControl e)
 {
     MainInfoControlCreated?.Invoke(this, e);
 }