예제 #1
0
 public Menu(bool dispose = true)
 {
     InitializeComponent();
     UserProfile.CurrentForm = this;
     this.levelService       = new LevelService();
     this.hintService        = new HintService();
     this.userService        = new UserService();
     this.dispose            = dispose;
 }
예제 #2
0
 public HintController()
 {
     this.hintService = new HintService();
 }