示例#1
0
        public Form1()
        {
            InitializeComponent();

            obj           = new Object(this);
            dayC          = new DayController();
            database      = new DataBaseController();
            googleCalInfo = new GoogleCalendarInfo();

            this.SuspendLayout(); // レイアウトロジックの中断
            googleCalPlans = googleCalInfo.GetGoogleCalPlan();
            CalendarStart();
            this.ResumeLayout(false); // レイアウトロジックの最下位
        }