private void RadioButton_Click(object sender, RoutedEventArgs e)
        {
            RadioControls x = new RadioControls();

            x.Show();
        }
예제 #2
0
        private void RadioImage_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
        {
            RadioControls x = new RadioControls();

            x.Show();
        }