コード例 #1
0
ファイル: VoucherCell.designer.cs プロジェクト: bpug/LbkIos
		void ReleaseDesignerOutlets ()
		{
			if (lblCode != null) {
				lblCode.Dispose ();
				lblCode = null;
			}

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

			if (DeletePropertyButton != null) {
				DeletePropertyButton.Dispose ();
				DeletePropertyButton = null;
			}
		}
コード例 #3
0
        void ReleaseDesignerOutlets()
        {
            if (DeletePropertyCell != null)
            {
                DeletePropertyCell.Dispose();
                DeletePropertyCell = null;
            }

            if (DeletePropertyButton != null)
            {
                DeletePropertyButton.Dispose();
                DeletePropertyButton = null;
            }
        }
コード例 #4
0
        void ReleaseDesignerOutlets()
        {
            if (title != null)
            {
                title.Dispose();
                title = null;
            }

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

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

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

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

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

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

            if (MyCustomTableCellView != null)
            {
                MyCustomTableCellView.Dispose();
                MyCustomTableCellView = null;
            }
        }
コード例 #5
0
ファイル: UIKit.g.cs プロジェクト: Clancey/XamlForIphone
		protected override void CreateHandle ()
		{
			m_helper = new MonoTouch.UIKit.UITableViewCell();
			m_view = m_helper;
		}