Exemplo n.º 1
0
        private void bluetooth_Click(object sender, RoutedEventArgs e)
        {
            bluetooth_devices window = new bluetooth_devices(this);

            window.Show();
        }
Exemplo n.º 2
0
 private void bluetooth_Click(object sender, RoutedEventArgs e)
 {
     bluetooth_devices window = new bluetooth_devices(this);
     window.Show();
 }