コード例 #1
0
ファイル: ServerController.cs プロジェクト: Hlib-Bakai/ShareP
 public void ClPresentationEnd()
 {
     OnPresentationEnd();
     if (ViewerController.IsWorking)
     {
         ViewerController.EndPresentation();
     }
     Connection.CurrentPresentation = null;
     Connection.FormMenu.OnPresentationFinished();
 }