Exemplo n.º 1
0
        private void BtnInfoClient_Click(object sender, RoutedEventArgs e)
        {
            Visibility = Visibility.Hidden;
            InfoClient IClt = new InfoClient();

            IClt.ShowDialog();
        }
Exemplo n.º 2
0
        private void NonClientID_Click(object sender, RoutedEventArgs e)
        {
            InfoClient Mn = new InfoClient();

            Mn.ShowDialog();
        }