Exemplo n.º 1
0
 private void OnStartInfoCreated(object sender, StartInfoCreatedEventArgs eventArgs)
 {
     if (StartInfoCreated != null)
     {
         StartInfoCreated(sender, eventArgs);
     }
 }
Exemplo n.º 2
0
 private void OnStartInfoCreated(StartInfoCreatedEventArgs eventArgs)
 {
     if (StartInfoCreated != null)
     {
         StartInfoCreated(this, eventArgs);
     }
 }