public CreateBloomFilter(HIBPOfflineCheckExt ext) { InitializeComponent(); this.ext = ext; textBoxInput.Text = ext.Prov.PluginOptions.HIBPFileName; Icon = AppIcons.Default; cancellationTokenSource = new CancellationTokenSource(); }
public CreateBloomFilter(HIBPOfflineCheckExt ext) { InitializeComponent(); this.ext = ext; textBoxInput.Text = ext.Prov.PluginOptions.HIBPFileName; Icon = AppIcons.Default; cancellationTokenSource = new CancellationTokenSource(); stopwatch = new Stopwatch(); timer = new System.Windows.Forms.Timer(); timer.Tick += TimerTick; timer.Interval = 1000; }
public HIBPOfflineCheckOptions(HIBPOfflineCheckExt ext) { this.ext = ext; InitializeComponent(); }