コード例 #1
0
ファイル: FrmAlmacen3.cs プロジェクト: slotcore/ssf-net
        private void ToolSalir_Click(object sender, EventArgs e)
        {
            objUniMed      = null;
            dtUnidadMedida = null;

            objMoneda = null;
            dtMoneda  = null;

            objTipoExi = null;
            dtTipoExis = null;

            objFamilia = null;
            dtFamilia  = null;

            objClase = null;
            dtClase  = null;

            objSubClase = null;
            dtSubClase  = null;

            objItems = null;
            dtItems  = null;

            objFormVis = null;
            objFormVis = null;

            this.Close();
        }
コード例 #2
0
        void CerrarObjetos()
        {
            objUniMed      = null;
            dtUnidadMedida = null;

            objMoneda = null;
            dtMoneda  = null;

            objTipoExi = null;
            dtTipoExis = null;

            objFamilia = null;
            dtFamilia  = null;

            objClase = null;
            dtClase  = null;

            objSubClase = null;
            dtSubClase  = null;

            objItems = null;
            dtItems  = null;

            objFormVis = null;
            objFormVis = null;
        }
コード例 #3
0
ファイル: FrmManClase.cs プロジェクト: slotcore/ssf-net
        private void ToolSalir_Click(object sender, EventArgs e)
        {
            objRegistros = null;
            dtRegistros  = null;

            objFormVis = null;

            this.Close();
        }