protected void OnServiceUpdated(ServiceUpdatedEventArgs e)
 {
     if (ServiceUpdated != null)
     {
         ServiceUpdated(this, e);
     }
 }
Example #2
0
 private void ServiceControl_ServiceUpdated(object sender, ServiceUpdatedEventArgs e)
 {
     OnServiceUpdated(e);
 }
 private void ShedulerControl_ServiceUpdated(object sender, ServiceUpdatedEventArgs e)
 {
     Document.UpdateServiceAndType(e.ServiceType, e.Service);
     Document.UpdateServiceTreeList();
 }
 protected void OnServiceUpdated(ServiceUpdatedEventArgs e)
 {
     if (ServiceUpdated != null) ServiceUpdated(this, e);
 }
 private void ServiceControl_ServiceUpdated(object sender, ServiceUpdatedEventArgs e)
 {
     OnServiceUpdated(e);
 }