Esempio n. 1
0
 /// <summary>
 /// コンストラクタ
 /// </summary>
 /// <param name="authHelper">authHelper</param>
 public SubscribeManager(IAuthHelper authHelper)
 {
     this.authHelper             = authHelper;
     this.notificationHubManager = NotificationHubManager.GetInstance();
 }
Esempio n. 2
0
 /// <summary>
 /// 初期化処理
 /// </summary>
 public void Init()
 {
     instance = new NotificationHubManager();
 }