예제 #1
0
        public Alterar_Status(Gerenciamento_Entregas frm1)
        {
            InitializeComponent();

            teste = frm1;
            txtCod_Pedido.Text = teste.cod;
        }
예제 #2
0
        public Alterar_Status(Gerenciamento_Entregas frm1)
        {
            InitializeComponent();

            teste =  frm1;
            txtCod_Pedido.Text = teste.cod;
        }
예제 #3
0
        private void entregasToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Gerenciamento_Entregas entregas = new Gerenciamento_Entregas();

            entregas.FormHome = this;
            this.Visible      = false;
            entregas.Show();
        }
예제 #4
0
 private void entregasToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Gerenciamento_Entregas entregas = new Gerenciamento_Entregas();
     entregas.FormHome = this;
     this.Visible = false;
     entregas.Show();
 }