예제 #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.");
            }
        }