Пример #1
0
 public ThemedInvalidableWindowWidget(IWindow window) : base(window)
 {
     CompoundPresenter.Push(new WindowWidgetPresenter());
 }
Пример #2
0
 public ThemedDefaultWindowWidget(IWindow window) : base(window)
 {
     CompoundPresenter.Push(new WindowWidgetPresenter());
 }