コード例 #1
0
 /// <summary>
 /// Resets the properties of the <see cref="SelectBluetoothDeviceDialog"/> to their default values.
 /// </summary>
 public override void Reset()
 {
     this.DeviceFilter = null;
     dialog.Reset();
 }
コード例 #2
0
        public void Reset()
#endif
        {
            this.DeviceFilter = null;
            dialog.Reset();
        }