Is there any design pattern for creating a wizard?
I need to create a Form/UserControl which would act like a wizard. Is there any design pattern that is proper for this kind of task? I was thinking that I could create two stacks which would keep userControls for given step of wizard. However, I don't know if this is good solution. Maybe it could be done in a better way?
演练:创建向导
链接地址: http://www.djcxy.com/p/5754.html上一篇: C#中位的快速排列
下一篇: 有创建向导的设计模式吗?