Beispiel #1
0
 public SalesView(IKernel kernel)
 {
     InitializeComponent();
     BackColor = FormBrushes.WindowBackGroundColor;
     ForeColor = FormBrushes.WindowForegroundColor;
     ButtonsPanel.SetDefaultColorForChildren();
     MainLayoutTable.SetDefaultColorForChildren();
     CloseViewButton.Click += CloseViewButtonClick;
 }
Beispiel #2
0
 public ContentRequestUserControlBase()
 {
     InitializeComponent();
     BackColor = FormBrushes.WindowBackGroundColor;
     ForeColor = FormBrushes.WindowForegroundColor;
     ButtonsPanel.SetDefaultColorForChildren();
     MainLayoutTable.SetDefaultColorForChildren();
     CloseViewButton.Click += CloseViewButtonClick;
 }