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