示例#1
0
        public void Setup()
        {
            test = new TestFlow();
            test.Setup();

            interstialFirstStepFlow = new InterstialFirstStepFlow();
            interstialFirstStepFlow.Setup();
        }
 public void Setup()
 {
     test = new TestFlow();
     test.Setup();
 }