public static void CloseVrPlayerForSetting() { try { _vrPlayerForSetting.Dispose(); } catch { } }
public static void CloseVrPlayerForSetting() { try { _vrPlayerForSetting.Dispose(); } catch (Exception ex) { App.SendException(ex); } }