Пример #1
0
        private void excluirToolStripMenuItem5_Click(object sender, EventArgs e)
        {
            VerLocacoes verlocacoes = new VerLocacoes(usuario, this);

            verlocacoes.MdiParent = this;
            verlocacoes.Show();
        }
Пример #2
0
        public verFiadores(VerLocacoes verLocacoes, string stringVerLocacoes, int usuario, home inicio)
        {
            InitializeComponent();
            this.MaximizeBox = false;

            this.verLocacoes       = verLocacoes;
            this.stringVerLocacoes = stringVerLocacoes;
            this.usuario           = usuario;
            this.inicio            = inicio;
        }