Пример #1
0
 public Db4oNetworking(IClientServerFactory csFactory, string label)
 {
     _csFactory = csFactory != null ? csFactory : DefaultClientServerFactory();
     _file      = new Sharpen.IO.File(FilePath());
     _label     = label;
 }
Пример #2
0
		public Db4oNetworking(IClientServerFactory csFactory, string label)
		{
			_csFactory = csFactory != null ? csFactory : DefaultClientServerFactory();
			_file = new Sharpen.IO.File(FilePath());
			_label = label;
		}