コード例 #1
0
        public void SetUp()
        {
            theModifier     = new RecordingAjaxContinuationModifier();
            theResolver     = new AjaxContinuationResolver(new[] { theModifier });
            theNotification = new Notification();

            theResolver.Resolve(theNotification);
        }
コード例 #2
0
        public void SetUp()
        {
            theModifier = new RecordingAjaxContinuationModifier();
            theResolver = new AjaxContinuationResolver(new[] { theModifier });
            theNotification = new Notification();

            theResolver.Resolve(theNotification);
        }