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