private void btStart_Click(object sender, EventArgs e) { _inputProvider.Initialize(); CheckForChange.Interval = _config.CheckInterval; CheckForChange.Enabled = true; CheckForChange.Start(); }
public void Setup() { inpy.Initialize(); }