can you suggest me which configuration need to be set to change the "What do you want to change?" after saying no in confirmation at the end of the formflow? Thx
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
- How to know full paths to DLL's from .csproj f
That message is part of the of the TemplateNavigation resources and a
Template
in the FormConfiguration class is defined with theTemplateUsage.Navigation
as seen here.The way to go is partially explained here with the only difference that you need to change the
Template
to look for and that you don't need to change any command of theFormConfiguration