Beispiel #1
0
 public void OnDeviceStateChange(bool _bDeviceLost)
 {
     if (!_bDeviceLost)
     {
         ImageSetting.ResetCurrentResolution();
     }
 }