Exemple #1
0
 public override void OnItemsAndBlocksRegistry(RegistryEventArgs args)
 {
     MyBlock = new SumBlock();
     args.Register(MyBlock);
 }