コード例 #1
0
 public void OneTimeSetup()
 {
     httpClient = new HttpClient();
     service    = new SurveySolutionsApi(httpClient,
                                         new SurveySolutionsApiConfiguration(new Credentials("admin", "Qwerty1234"),
                                                                             ClientSettings.GetConfiguration().BaseUrl)).WorkSpaces;
 }
コード例 #2
0
ファイル: AppCore.cs プロジェクト: BgRva/Blob1
 internal void _WorkSpaceMgr_Clearing(IWorkSpaces sender, ClearEventArgs ea)
 {
     throw new NotImplementedException("The method or operation is not implemented.");
 }