예제 #1
0
 protected LocatorBase(NetherpadEntities context)
 {
     this.Context = context;
 }
예제 #2
0
 public NetherpadDataManager(NetherpadEntities context)
 {
     this.context = context;
     this.DocumentLocator = new DocumentLocator(context);
 }
예제 #3
0
 public DocumentLocator(NetherpadEntities context)
     : base(context)
 {
 }
예제 #4
0
 public NetherpadDataManager(NetherpadEntities context)
 {
     this.context         = context;
     this.DocumentLocator = new DocumentLocator(context);
 }
예제 #5
0
 protected LocatorBase(NetherpadEntities context)
 {
     this.Context = context;
 }
예제 #6
0
 public DocumentLocator(NetherpadEntities context)
     : base(context)
 {
 }