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