Ejemplo n.º 1
0
 public void SaveToDataBase() {
   if (this.point != null) {
     point.sms = sms;
     point.done = true;
     point.Update();
     Conf.codePoint = null;
     this.toastText("Задание завершено. Информация сохранена.");
     finish();
   }
 }