예제 #1
0
        private void Add_Click(object sender, RoutedEventArgs e)
        {
            AddClient window = new AddClient();

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