Exemple #1
2
 private void Form1_Load(object sender, EventArgs e)
 {
     mClock = new ClockManager(tClock, lDigitalTime, analogClock);
 }
 //gives manager a clock, timer and a label
 public Form1()
 {
     InitializeComponent();
     manager = new ClockManager(timerDigitalClock, labelDigitalClock, analogClock);
 }
Exemple #3
0
 public Form1()
 {
     InitializeComponent();
     //TODO Set default clock
     manager = new ClockManager(lblDigital, roundClock);
 }
Exemple #4
0
 private void Form1_Load(object sender, EventArgs e)
 {
     mClock = new ClockManager(tClock, lDigitalTime, analogClock);
 }
 //gives manager a clock, timer and a label
 public Form1()
 {
     InitializeComponent();
     manager = new ClockManager(timerDigitalClock, labelDigitalClock, analogClock);
 }