void ReleaseDesignerOutlets()
        {
            if (txf_bedrag1 != null) {
                txf_bedrag1.Dispose ();
                txf_bedrag1 = null;
            }

            if (txf_bedrag2 != null) {
                txf_bedrag2.Dispose ();
                txf_bedrag2 = null;
            }

            if (lbl_result != null) {
                lbl_result.Dispose ();
                lbl_result = null;
            }
        }
Beispiel #2
0
        void ReleaseDesignerOutlets()
        {
            if (txf_bedrag1 != null)
            {
                txf_bedrag1.Dispose();
                txf_bedrag1 = null;
            }

            if (txf_bedrag2 != null)
            {
                txf_bedrag2.Dispose();
                txf_bedrag2 = null;
            }

            if (lbl_result != null)
            {
                lbl_result.Dispose();
                lbl_result = null;
            }
        }