void ReleaseDesignerOutlets ()
		{
			if (Outline != null) {
				Outline.Dispose ();
				Outline = null;
			}
		}
 void ReleaseDesignerOutlets()
 {
     if (favoritesOutlineView != null) {
         favoritesOutlineView.Dispose ();
         favoritesOutlineView = null;
     }
 }
		void ReleaseDesignerOutlets ()
		{
			if (MainOutlineView != null) {
				MainOutlineView.Dispose ();
				MainOutlineView = null;
			}
		}
Esempio n. 4
0
        void ReleaseDesignerOutlets()
        {
            if (BackButton != null)
            {
                BackButton.Dispose();
                BackButton = null;
            }

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

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

            if (Outline != null)
            {
                Outline.Dispose();
                Outline = null;
            }
        }
Esempio n. 5
0
 void ReleaseDesignerOutlets()
 {
     if (_DexOutlineView != null)
     {
         _DexOutlineView.Dispose();
         _DexOutlineView = null;
     }
 }
Esempio n. 6
0
 void ReleaseDesignerOutlets()
 {
     if (Outline != null)
     {
         Outline.Dispose();
         Outline = null;
     }
 }
Esempio n. 7
0
 void ReleaseDesignerOutlets()
 {
     if (MainOutlineView != null)
     {
         MainOutlineView.Dispose();
         MainOutlineView = null;
     }
 }
		void ReleaseDesignerOutlets ()
		{
			if (Status != null) {
				Status.Dispose ();
				Status = null;
			}

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

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

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

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

			if (Outline != null) {
				Outline.Dispose ();
				Outline = null;
			}
		}
Esempio n. 11
0
        void ReleaseDesignerOutlets()
        {
            if (_toolbar != null)
            {
                _toolbar.Dispose();
                _toolbar = null;
            }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

            if (_mainOutlineView != null)
            {
                _mainOutlineView.Dispose();
                _mainOutlineView = null;
            }
        }
Esempio n. 12
0
		void ReleaseDesignerOutlets ()
		{
			if (_toolbar != null) {
				_toolbar.Dispose ();
				_toolbar = null;
			}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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