Holds all the components required to manage a session.
コード例 #1
0
 static SessionCore() {
     Instance = new SessionCore();
 }
コード例 #2
0
 static SessionCore()
 {
     Instance = new SessionCore();
 }
コード例 #3
0
 /// <summary>
 /// Initialize the window when loaded.
 /// </summary>
 private void Window_Loaded(object sender, RoutedEventArgs e)
 {
     this.Title += " " + SessionCore.GetVersionText();
     AttachBusinessEvents(SessionCore.Instance.Business);
     SplashWindow.Instance(this, Properties.Resources.AppIcon);
 }