Exemplo n.º 1
0
        public UpdateCustomer(String customerID)
        {
            InitializeComponent();
            DataContext = this;

            this.customerID = customerID;
            handleDatabase  = new HandleDatabase();
            customer        = handleDatabase.getCustomerDetails(customerID);
        }