Exemplo n.º 1
0
        private void btnAdd_Click(object sender, EventArgs e)
        {
            GUI_CTTS ts = new GUI_CTTS(TK, ctl.createNHTS(TK.MATK));

            this.Hide();
            ts.ShowDialog();
            this.Close();
        }