コード例 #1
0
ファイル: App.cs プロジェクト: helmuttheis/hmsspx
 /// <summary>
 /// initialize the app for the given platform <para/>
 /// hmsClient may replace the System.Net.HTTPClient. This is needed for UWP and POST requests.<para/>
 /// </summary>
 /// <param name="appInfo"></param>
 /// <param name="hmsClient"></param>
 public App(AppInfo appInfo, HMS.Auth.IHttpClient hmsClient)
 {
     init(appInfo, hmsClient);
 }
コード例 #2
0
ファイル: App.cs プロジェクト: helmuttheis/hmsspx
 /// <summary>
 /// initialize the app for the given platform
 /// </summary>
 /// <param name="appInfo"></param>
 public App(AppInfo appInfo)
 {
     init(appInfo, null);
 }