public ContinueOrderCostumer(AddCustomerOrder window, List <orderDetailsTable> Idlist) { InitializeComponent(); this.windowAddCostumerOrder = window; this.Idlist = Idlist; }
private void Button_Click(object sender, RoutedEventArgs e) { AddCustomerOrder aco = new AddCustomerOrder(); aco.ShowDialog(); }