コード例 #1
0
		void ReleaseDesignerOutlets ()
		{
			if (MainTabBar != null) {
				MainTabBar.Dispose ();
				MainTabBar = null;
			}
		}
コード例 #2
0
 void ReleaseDesignerOutlets()
 {
     if (MainTabBar != null)
     {
         MainTabBar.Dispose();
         MainTabBar = null;
     }
 }
コード例 #3
0
        void ReleaseDesignerOutlets()
        {
            if (tblMain != null)
            {
                tblMain.Dispose();
                tblMain = null;
            }

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