Esempio n. 1
0
 public EmployeWindow(EMPLOYEE emp)
 {
     InitializeComponent();
     this.EMP = emp;
 }