private void btn_sair_Click(object sender, EventArgs e) { Contole.Gravar(); this.Close(); }
public Menu() { InitializeComponent(); Contole.Ler(); }