コード例 #1
0
ファイル: Kernel.cs プロジェクト: iwikimon/diplom
 private static void StartSubsystem(ISubsystem subsystem)
 {
     subsystem.Start();
 }