public Atribuir() { Fardamentos f = new Fardamentos(); InitializeComponent(); Equipamento(); Responsaveis(); TipoEquipamento(); }
private void btnMovimentos_Click(object sender, EventArgs e) { Form Fardamentos = new Fardamentos(); Fardamentos.Show(); }