Ejemplo n.º 1
0
 public AddClientWindow(ProdContext context, Customer customer)
 {
     InitializeComponent();
     this.context     = context;
     this.DataContext = customer;
 }