コード例 #1
0
 public void Initialize(UserInterface userInterface)
 {
 }
コード例 #2
0
 public void PrepareDependencies(UserInterface userInterface)
 {
     userInterface.ScreenSizeMonitor.Changed  += new ScreenSizeMonitor.ScreenSizeChangeHandler(this.colonistBar.UpdateScreenSize);
     ColonistTracker.Instance.ColonistChanged += new ColonistNotificationHandler(this.ColonistNotificationHandler);
 }