コード例 #1
0
ファイル: AdminWindow.xaml.cs プロジェクト: oldsmokingjoe/YQ
        private void bluetooth_Click(object sender, RoutedEventArgs e)
        {
            bluetooth_devices window = new bluetooth_devices(this);

            window.Show();
        }
コード例 #2
0
ファイル: AdminWindow.xaml.cs プロジェクト: sumeetjauhar/YQ
 private void bluetooth_Click(object sender, RoutedEventArgs e)
 {
     bluetooth_devices window = new bluetooth_devices(this);
     window.Show();
 }