示例#1
0
 public void Pause()
 {
     if (!CheckInitialized(null))
     {
         return;
     }
     _SDK.Pause();
 }