Ejemplo n.º 1
0
 public WindowAddEmployee()
 {
     p = new Presenter(this);
     InitializeComponent();
     btnAddEmp1.Click += delegate { p.AddEmp(NameEmp, Age, Salary); };
 }