Example #1
0
 public MgRedlineControlImpl(MgRedlineComponent component)
     : this()
 {
     _component = component;
     this.Title = Strings.TitleRedline;
     SetBodyControl(new RedlineMainCtrl());
 }
Example #2
0
 public MgRedlineControlImpl(MgRedlineComponent component)
     : this()
 {
     _component = component;
     this.Title = Strings.TitleRedline;
     SetBodyControl(new RedlineMainCtrl());
 }