示例#1
0
        void ReleaseDesignerOutlets()
        {
            if (InformationButton != null)
            {
                InformationButton.Dispose();
                InformationButton = null;
            }

            if (ScrollHazne != null)
            {
                ScrollHazne.Dispose();
                ScrollHazne = null;
            }
        }
 void ReleaseDesignerOutlets()
 {
     if (InformationButton != null)
     {
         InformationButton.Dispose();
         InformationButton = null;
     }
     if (StatusText != null)
     {
         StatusText.Dispose();
         StatusText = null;
     }
     if (TokenizeButton != null)
     {
         TokenizeButton.Dispose();
         TokenizeButton = null;
     }
     if (TokenizeManualButton != null)
     {
         TokenizeManualButton.Dispose();
         TokenizeManualButton = null;
     }
 }