Exemple #1
0
 public NodeStore(Type node_type)
 {
     implementor = new NodeStoreImplementor(node_type);
 }
Exemple #2
0
		public NodeStore (Type node_type)
		{
			implementor = new NodeStoreImplementor (node_type);
		}