示例#1
0
 void IBranch.ConnectBranches(IStation firstStation, IStation secondStation)
 {
     Branch.ConnectBranches(firstStation, secondStation);
 }