Ejemplo n.º 1
0
 public void OpenPlayer2(WCFPlayerWindowInformation2 config)
 {
     if (OpenPlayerWindow2 != null)
     {
         OpenPlayerWindow2(config);
     }
 }
Ejemplo n.º 2
0
 void PlayerService_OpenPlayerWindow2(WCFPlayerWindowInformation2 config)
 {
     Player_OpenPlayerWindow2(NetWCFConverter.ToNET(config));
 }