Esempio n. 1
0
        private void Button_Click(object sender, RoutedEventArgs e)
        {
            this.Hide();
            AddClient add = new AddClient();

            add.ShowDialog();
        }
        private void AddClientClick(object sender, RoutedEventArgs e)
        {
            AddClient add = new AddClient();

            add.ShowDialog();
        }