예제 #1
0
 private static void ReleaseCommand <T>(T command) where T : Command, new()
 {
     CommandPool <T> .Release(command);
 }