private void abertura_Load(object sender, EventArgs e) { bool Logado = false; bool result = Verificaabertura(); Logado = result; if (result) { //criar tela de fechamento MessageBox.Show("Estatus de Abertura de caixa aberto!!Feche para continuar", "AVISO"); fechamentodecaixa novo = new fechamentodecaixa(); novo.Show(); this.Close(); } else { if (!this.login.Equals("")) { lblfunc.Text = this.login; cpfenviar = this.cpfrecebido; } DateTime dt = DateTime.Now; dd = dt.ToString("dd/MM/yyy"); lbldata.Text = dd; } }
private void aToolStripMenuItem_Click(object sender, EventArgs e) { fechamentodecaixa novo = new fechamentodecaixa(); novo.Show(); }