示例#1
0
文件: ChatBox.cs 项目: neem/Nilas
        public override void OnApplyTemplate()
        {
            base.OnApplyTemplate();

            _presenter = base.GetTemplateChild("PART_ChatPresenter") as ChatPresenter;
            if (_presenter == null)
            {
                throw new Exception("Missing template part.");
            }
        }
示例#2
0
        public override void OnApplyTemplate()
        {
            base.OnApplyTemplate();

            _presenter = base.GetTemplateChild("PART_ChatPresenter") as ChatPresenter;
            if (_presenter == null)
            {
                throw new Exception("Missing template part.");
            }
        }