Пример #1
0
 private void StartPpt(int pptId)
 {
     client.ShowPptAsync(new MetaData()
     {
         PptId = pptId
     });
 }