예제 #1
0
        private void bluetooth_Click(object sender, RoutedEventArgs e)
        {
            bluetooth_devices window = new bluetooth_devices(this);

            window.Show();
        }
예제 #2
0
 private void bluetooth_Click(object sender, RoutedEventArgs e)
 {
     bluetooth_devices window = new bluetooth_devices(this);
     window.Show();
 }