Exemplo n.º 1
0
 public TimeWindowControl(DateTime start)
 {
     InitializeComponent();
     _timeWindow = new TimeWindowCore(start);
     SetTimeWindowLabelAndEnableNext();
 }
Exemplo n.º 2
0
 private void linkLabelToday_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
 {
     _timeWindow = new TimeWindowCore(DateTime.Now);
     SetTimeWindowLabelAndRaiseEvent();
 }