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

            if (tbxComment != null) {
                tbxComment.Dispose ();
                tbxComment = null;
            }
        }
예제 #2
0
        void ReleaseDesignerOutlets()
        {
            if (btnCheckIn != null)
            {
                btnCheckIn.Dispose();
                btnCheckIn = null;
            }

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