コード例 #1
0
ファイル: EwsAdapter.cs プロジェクト: ProjectAgri20/newrepo
 /// <summary>
 /// Captures the screen shot for the current page.
 /// </summary>
 /// <param name="filePath">The file path to save the file</param>
 public void CaptureScreenShot(string filePath)
 {
     _client.CaptureScreenShot(filePath);
 }