static void RegisterType()
 {
     BatcherTypes.RegisterBatcherType(typeof(MaterialPreservingBatcher));
 }
Example #2
0
 static void RegisterType()
 {
     BatcherTypes.RegisterBatcherType(typeof(SimpleBatcher));
 }