Пример #1
0
 private void Event_UpdateTeam(object sender, ArgsEvent e)
 {
     if (EventCountry != null)
     {
         EventCountry(this, e);
     }
 }
Пример #2
0
 private void Event_UpdateTotall(object sender, ArgsEvent e)
 {
     if (EventTeam != null)
     {
         EventTeam(this, e);
     }
 }