Ejemplo n.º 1
0
 private void Start()
 {
     _session = new SessionInfo {
         Comment = textBoxWork.Text, StartDate = DateTime.Now, Label = comboBoxLabel.SelectedValue.ToString()
     };
     _timer.ReStart();
 }