Пример #1
0
 public static void CloseVrPlayerForSetting()
 {
     try
     {
         _vrPlayerForSetting.Dispose();
     }
     catch
     { }
 }
 public static void CloseVrPlayerForSetting()
 {
     try
     {
         _vrPlayerForSetting.Dispose();
     }
     catch (Exception ex)
     {
         App.SendException(ex);
     }
 }