示例#1
2
文件: Form1.cs 项目: rNdm74/C-
 private void Form1_Load(object sender, EventArgs e)
 {
     mClock = new ClockManager(tClock, lDigitalTime, analogClock);
 }
示例#2
0
 //gives manager a clock, timer and a label
 public Form1()
 {
     InitializeComponent();
     manager = new ClockManager(timerDigitalClock, labelDigitalClock, analogClock);
 }
示例#3
0
 public Form1()
 {
     InitializeComponent();
     //TODO Set default clock
     manager = new ClockManager(lblDigital, roundClock);
 }
示例#4
0
文件: Form1.cs 项目: rNdm74/C-
 private void Form1_Load(object sender, EventArgs e)
 {
     mClock = new ClockManager(tClock, lDigitalTime, analogClock);
 }
示例#5
0
 //gives manager a clock, timer and a label
 public Form1()
 {
     InitializeComponent();
     manager = new ClockManager(timerDigitalClock, labelDigitalClock, analogClock);
 }