コード例 #1
0
        public BuscaContratos(Form entr, Form said)
        {
            InitializeComponent();
            if (entr != null)
            {
                this.entr = (EntradaMovimento)entr;
            }

            if (said != null)
            {
                this.said = (SaidaMovimento)said;
            }
        }
コード例 #2
0
        private void btnEntrada_Click(object sender, EventArgs e)
        {
            EntradaMovimento tela = new EntradaMovimento(est, config, usr, this);

            tela.ShowDialog();
        }