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

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

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

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