コード例 #1
0
        public GameSelectForm(GameChangedNotifier notifier)
        {
            //
            // The InitializeComponent() call is required for Windows Forms designer support.
            //
            InitializeComponent();

            //
            // TODO: Add constructor code after the InitializeComponent() call.
            //
            tablenames    = new List <String>(10);
            this.notifier = notifier;
        }
コード例 #2
0
ファイル: HandHistoryForm.cs プロジェクト: stephica/SNGEGT
        public GameSelectForm(GameChangedNotifier notifier)
        {
            //
            // The InitializeComponent() call is required for Windows Forms designer support.
            //
            InitializeComponent();

            //
            // TODO: Add constructor code after the InitializeComponent() call.
            //
            tablenames = new List <String>(10);
            this.notifier = notifier;
        }