Example #1
0
 public UCCounterTypeChanger()
 {
     InitializeComponent();
     _counter = new Counter();
     FormTimer1 = new FormTimer(_counter);
     FormTimer1.Hide();
     FormTimer2 = new FormTimer(_counter);
     FormTimer2.Hide();
     UcCounter = new UCCounter();
 }
Example #2
0
 public UCTimeSettings()
 {
     InitializeComponent();
     Counter = new Counter();
     _formTimer1 = new FormTimer(Counter);
     _formTimer1.Hide();
     _formTimer2 = new FormTimer(Counter);
     _formTimer2.Hide();
     GlobalSettings = new GlobalSettings();
     UcCounter = new UCCounter();
     _ucEffectBox = new UCEffectBox();
 }