예제 #1
0
        public void goToFormEncerrar(string entMsg, string motivoMsg)
        {
            Encerrado mf = new Encerrado();

            mf.Label2.Text = entMsg;
            mf.Label3.Text = motivoMsg;
            mf.lastID      = (int)LastID();
            //My.rowCurrent = rowCurrent;

            Dictionary <string, object> row = new Dictionary <string, object>();

            row[col_ultima] = this.Name;

            updateRow(row);
            Pilhas.Push(this);
            this.Hide();
            mf.Show();
        }
예제 #2
0
        public void goToFormEncerrar(string entMsg, string motivoMsg)
        {
            Encerrado mf = new Encerrado();
            mf.Label2.Text = entMsg;
            mf.Label3.Text = motivoMsg;
            mf.lastID = (int)LastID();
            //My.rowCurrent = rowCurrent;

            Dictionary<string, object> row = new Dictionary<string, object>();
            row[col_ultima] = this.Name;

            updateRow(row);
            Pilhas.Push(this);
            this.Hide();
            mf.Show();
        }