예제 #1
0
파일: Edge.cs 프로젝트: pstjuste/brunet
 static Edge() {
   _edge_count = 0;
   _num_to_edge = new BCol.WeakValueTable<long, Edge>();
   SenderFactory.Register("edge", CreateInstance);
 }
예제 #2
0
 static Edge()
 {
     _edge_count  = 0;
     _num_to_edge = new BCol.WeakValueTable <long, Edge>();
     SenderFactory.Register("edge", CreateInstance);
 }