Пример #1
0
 private void Register()
 {
     if (this.radioButtonSendNotifications.Checked)
     {
         gp.RegisterGNTP();
     }
     if (this.radioButtonSendUDP.Checked)
     {
         gp.RegisterUDP();
     }
 }