Ejemplo n.º 1
0
 static Edge() {
   _edge_count = 0;
   _num_to_edge = new BCol.WeakValueTable<long, Edge>();
   SenderFactory.Register("edge", CreateInstance);
 }
Ejemplo n.º 2
0
 static Edge()
 {
     _edge_count  = 0;
     _num_to_edge = new BCol.WeakValueTable <long, Edge>();
     SenderFactory.Register("edge", CreateInstance);
 }