// steps
        private void Step1()
        {
            if (string.IsNullOrEmpty(UserControl))
            {
                UserControl = "BocBooleanValueUserControl.ascx";
            }

            ExceptionHandler.AppendCatchExceptionTypes(typeof(WxeUserCancelException));
        }
示例#2
0
 public ShowFirstUserControlFormFunction()
     : base(new NoneTransactionMode())
 {
     ExceptionHandler.AppendCatchExceptionTypes(typeof(WxeUserCancelException));
 }
 // Steps
 private void Step1()
 {
     ExceptionHandler.AppendCatchExceptionTypes(typeof(WxeUserCancelException));
 }
 private void Step1()
 {
     ExceptionHandler.AppendCatchExceptionTypes(typeof(WxeUserCancelException));
     RootObject = ObjectFactory.Create <LevelOne>();
 }