Ejemplo n.º 1
0
        public void Initialize(LLDBA dbo)
        {
            this.dbo = dbo;

            LLDBA.waitForm.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
            LLDBA.waitForm.Location = new System.Drawing.Point(200, 200);
        }
 public LLDBA getNewRawConnection()
 {
     LLDBA newDBA = new LLDBA();
     newDBA.svrinfo = this.svrinfo;
     newDBA.Open(newDBA.svrinfo._database);
     return newDBA;
 }