Beispiel #1
0
 private void btnSchedulePull2_Click(object sender, EventArgs e)
 {
     if (gammuPull2 != null)
     {
         if (gammuPull2.checkTableExists())
         {
             gammuPull2.removeIncomingSchedule();
         }
         gammuPull2.nextSchedule();
         fillPull2DataList();
     }
 }
Beispiel #2
0
 private void button1_Click(object sender, EventArgs e)
 {
     if (gammuPull1 != null)
     {
         if (gammuPull1.checkTableExists())
         {
             gammuPull1.removeIncomingSchedule();
         }
         gammuPull1.nextSchedule();
         fillPull1DataList();
     }
 }