コード例 #1
0
 public void VideoFromFileThreadRewindOrForwardVideoTest()
 {
     MainWindow main_window = new MainWindow();
     VideoFromFileThread thread = new VideoFromFileThread(Singleton.VIDEO_FILE_PATH);
     bool sucess = thread.RewindOrForwardVideo(100);
     Assert.IsTrue(sucess);
 }