예제 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="T:Ipheidi.App"/> class.
 /// </summary>
 public App()
 {
     InitializeApplication();
     NetworkManager.AddNetworkStateListener(this);
     NetworkManager.ListenToNetworkState();
     Instance = this;
     GetLoginPage();
 }