Exemple #1
0
 void OnTestSessionStarting(TestSessionEventArgs args)
 {
     if (TestSessionStarting != null)
     {
         TestSessionStarting(this, args);
     }
 }
Exemple #2
0
		void OnTestSessionStarting (TestSessionEventArgs args)
		{
			if (TestSessionStarting != null)
				TestSessionStarting (this, args);
		}