Example #1
0
 private void Картофель_Click(object sender, RoutedEventArgs e)
 {
     Window2 w = new Window2(ref Заказы);
     w.Show();
 }