Exemplo n.º 1
0
 void OnTestSessionStarting(TestSessionEventArgs args)
 {
     if (TestSessionStarting != null)
     {
         TestSessionStarting(this, args);
     }
 }
Exemplo n.º 2
0
		void OnTestSessionStarting (TestSessionEventArgs args)
		{
			if (TestSessionStarting != null)
				TestSessionStarting (this, args);
		}