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

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