コード例 #1
0
 public void LoadModule(IModule module)
 {
     if (Running)
     {
         throw new Exception("Modules can not be added to running server!");
     }
     Framework.AddModule(module);
 }