예제 #1
0
 public IPair <S1, S2> Goto()
 {
     return(new Pair <S1, S2>(Factory1.Goto(), Factory2.Goto()));
 }