/// <summary>
        /// 
        /// </summary>
        public PhoneBaseApplicationPage()
        {
            if (DesignerProperties.IsInDesignTool)
                return;

            m_PageWraper = new BaseApplicationWraper(this);
        }
Beispiel #2
0
        /// <summary>
        ///
        /// </summary>
        public PhoneBaseApplicationPage()
        {
            if (DesignerProperties.IsInDesignTool)
            {
                return;
            }

            m_PageWraper = new BaseApplicationWraper(this);
        }
 /// <summary>
 /// 
 /// </summary>
 public BaseUserControl()
 {
     m_PageWraper = new BaseApplicationWraper(this);
 }
Beispiel #4
0
 /// <summary>
 ///
 /// </summary>
 public BaseUserControl()
 {
     m_PageWraper = new BaseApplicationWraper(this);
 }