コード例 #1
0
 public void LoadInnerTests()
 {
     recorder = new RecordingNotifySystem(InstructionLevelNotifySystem.Instance);
     inner = new InnerTests(recorder);
     inner.LoadRailwayModel();
 }
コード例 #2
0
 public void LoadInnerTests()
 {
     recorder = new RecordingNotifySystem(InstructionLevelNotifySystem.Instance);
     inner    = new InnerTests(recorder);
     inner.LoadRailwayModel();
 }