Exemple #1
0
 protected virtual void OnAssemblyStarting(TestAssemblyStartingEventArgs e)
 {
     if (AssemblyStarting != null)
     {
         AssemblyStarting(this, e);
     }
 }
 private void events_TestAssemblyStarting(object sender, TestAssemblyStartingEventArgs e)
 {
     OnAssemblyStarting(e);
 }
 protected virtual void OnAssemblyStarting(TestAssemblyStartingEventArgs e)
 {
     DefaultMessage(e);
 }