private void Frm_RemoteBackplay_Load(object sender, EventArgs e)
 {
     SDKState.HikDVRSDK_Init();
     SDKState.ZLVideoSDK_Init();
     Init();
 }
Beispiel #2
0
 private void Frm_RemoteBackplay_ZL_Load(object sender, EventArgs e)
 {
     SDKState.ZLVideoSDK_Init();
     DebugRelevant.DebugLogEvent += DebugRelevant_DebugLogEvent;
 }