Esempio n. 1
0
 public LDBase LDGraph()
 {
     if (this._ldbase == null)
     {
         this._ldbase = new LDBase();
         this.Initialize();
     }
     return(_ldbase);
 }
Esempio n. 2
0
 public LDBase LDGraph()
 {
     if (this._ldbase == null)
     {
         this._ldbase = new LDBase();
         this.Initialize();
     }
     return _ldbase;
 }