Beispiel #1
0
 public GoodController(IForm form) : base(form)
 {
     this.GoodInfoForm = new GoodInfoForm();
 }
Beispiel #2
0
 public GoodController(IForm form, Heart.Controllers.Controller controller) : base(form, controller)
 {
     this.GoodInfoForm = new GoodInfoForm();
 }
Beispiel #3
0
 public GoodController()
 {
     this.form         = new AddGoodForm(this);
     this.GoodInfoForm = new GoodInfoForm();
 }