Exemple #1
0
 //related to time picker and add time to start work or end work
 private void start_work_txt_ButtonClick(object sender, ELEntryBoxButtonClickEventArgs e)
 {
     which_Button = sender;
     if ((string)(which_Button as ELEntryBox).Value != "")
     {
         time_picker1.SetTime((which_Button as ELEntryBox).Value.ToString());
     }
 }
Exemple #2
0
 private void elEntryBox21_ButtonClick(object sender, ELEntryBoxButtonClickEventArgs e)
 {
     Which_Button = sender;
     if ((string)(Which_Button as ELEntryBox).Value != "")
     {
         time_picker1.SetTime((Which_Button as ELEntryBox).Value.ToString());
     }
 }
Exemple #3
0
 private void elEntryBox35_ButtonClick(object sender, ELEntryBoxButtonClickEventArgs e)
 {
     which_Button = sender;
 }
Exemple #4
0
 //make new personalization code
 private void elEntryBox1_ButtonClick(object sender, ELEntryBoxButtonClickEventArgs e)
 {
     elEntryBox1.Value = _PublicClass.Create_Personal_Code();
 }