private void StopButton(object sender, EventArgs e) { _animator.Stop(); }
private void btn_stop_Click(object sender, EventArgs e) { ani.Stop(); }