Exemplo n.º 1
0
 public PProfileCut(IPDBLink db, string modelCode, bool defferedLoad, Control navigatorControl)
     : base(db, modelCode, defferedLoad)
 {
     _conf = new RConfig();
     _navigatorControl = navigatorControl;
 }
Exemplo n.º 2
0
 public RProfileCut()
 {
     _conf = new RConfig();
     _fbDb = new RFbLink(_conf.ConnectionString);
     _platform = new PPlatform(_fbDb, _conf.ModelCode, true)
 }