Ejemplo n.º 1
0
 protected static void DoRequestDelay(BaseOnvifTest test)
 {
     test.DoRequestDelay();
 }
Ejemplo n.º 2
0
 static public void LogTestEvent(BaseOnvifTest test, string entry)
 {
     test.LogTestEvent(entry);
 }