コード例 #1
0
        public PlaceChooser(TheaterAPI api)
        {
            InitializeComponent();
            this.api = api;
            var result = api.GetScheme();

            amount_row   = result[0];
            amount_place = result[1];
        }
コード例 #2
0
ファイル: AdminForm.cs プロジェクト: nm17/theater
 public AdminForm(TheaterAPI api_)
 {
     InitializeComponent();
     api = api_;
 }