コード例 #1
0
 /// <summary>
 /// Pauses and rewinds the currently loaded media.
 /// </summary>
 public void Stop()
 {
     Commands.Stop();
 }
コード例 #2
0
 /// <summary>
 /// Pauses and rewinds the currently loaded media.
 /// </summary>
 public async void Stop()
 {
     await Commands.Stop();
 }