예제 #1
0
파일: Kernel.cs 프로젝트: iwikimon/diplom
 private static void StartSubsystem(ISubsystem subsystem)
 {
     subsystem.Start();
 }