示例#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);
 }