コード例 #1
0
        private void BtnInfoClient_Click(object sender, RoutedEventArgs e)
        {
            Visibility = Visibility.Hidden;
            InfoClient IClt = new InfoClient();

            IClt.ShowDialog();
        }
コード例 #2
0
        private void NonClientID_Click(object sender, RoutedEventArgs e)
        {
            InfoClient Mn = new InfoClient();

            Mn.ShowDialog();
        }