コード例 #1
0
ファイル: MonthLayout.cs プロジェクト: north0808/haina
 public MonthLayout(CalendarLayout parent, int x, int y, int width, int height, int cellCountX, int cellCountY)
     : base(x, y, width, height, cellCountX, cellCountY)
 {
     this._parent = parent;
     this.Refresh();
 }
コード例 #2
0
        private void InsertCalendarLayout()
        {
            CalendarLayout calendarLayout = new CalendarLayout(this.sessionController);

            gridMainWindow.Children.Add(calendarLayout);
        }