示例#1
0
 public Menu(PersonEntity entity)
 {
     InitializeComponent();
     this.entity = entity;
     control     = new Controller(entity);
 }
示例#2
0
 public Controller(PersonEntity testingEntities)
 {
     this.entities = testingEntities;
 }