Ejemplo n.º 1
0
        void ReleaseDesignerOutlets()
        {
            if (ButtonAccept != null)
            {
                ButtonAccept.Dispose();
                ButtonAccept = null;
            }

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