Example #1
0
 private void DoOnVncSessionStart(OnVncSessionEventArgs _args)
 {
     if (OnVncSessionStart != null)
         OnVncSessionStart(this, _args);
 }
Example #2
0
 private void DoOnVncSessionEnd(OnVncSessionEventArgs _args)
 {
     if (OnVncSessionEnd != null)
         OnVncSessionEnd(this, _args);
 }