Пример #1
0
 public UiFlowBuilder()
 {
     this.uiFlow           = new UiFlow();
     this.createdInstances = new CreatedInstances();
 }
Пример #2
0
 public FlowBuilder()
 {
     this.flow             = new Flow();
     this.createdInstances = new CreatedInstances();
 }