Exemplo n.º 1
0
 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();
 }
Exemplo n.º 2
0
        private void InsertCalendarLayout()
        {
            CalendarLayout calendarLayout = new CalendarLayout(this.sessionController);

            gridMainWindow.Children.Add(calendarLayout);
        }