コード例 #1
0
        private void button3_Click(object sender, EventArgs e)
        {
            //String exc = "";
            //if(WSConnector.Instance.validaLaSession(out exc)){
            frmListBoletas listBoleta = new frmListBoletas();

            listBoleta.ShowDialog();
            //}
            //else
            //{
            //    MessageBox.Show(exc, "ERROR!!");
            //    Login fr = new Login(1);
            //    fr.ShowDialog();
            //}
        }
コード例 #2
0
        private void listaDeBoletasToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmListBoletas dlg = new frmListBoletas();

            dlg.Show(this._dockPanel, DockState.Document);
        }