public void tmr_Tick(object sender, EventArgs e) { _tmr.Stop(); MetroForm form = new DropboxMembershipAuditer(); form.Show(); this.Hide(); }