private void Add_Click(object sender, RoutedEventArgs e) { AddClient window = new AddClient(); window.Show(); }
//Клієнти private void AddClient_Click(object sender, RoutedEventArgs e) { add_client = AddClient.GetAddClient(); add_client.Show(); }