Example #1
0
        //Bluetoothメソッド-----------------------------------------------------------

        private void CreateBluetoothWindow()
        {
            //bluetooth制御ウィンドウの表示
            bWindow         = new BluetoothWindow(this);
            bWindow.Closed += BWindow_Closed;
            bWindow.Show();
        }