Esempio n. 1
0
            public override IFileChartPoints CreateFileCPs(CP.Code.IFileElem _fileElem, ICPProjectData _projData)
            {
                IFileChartPoints fcps = new FileCPsImpl(_fileElem, _projData);

                constrEvents.createdFileCPsEvent.Fire(new ConstructEventArgs <IFileChartPoints>(fcps));

                return(fcps);
            }
Esempio n. 2
0
 public FileCPsImpl(CP.Code.IFileElem _fileElem, ICPProjectData _projData) : base(_fileElem, _projData)
 {
 }
Esempio n. 3
0
 public abstract IFileChartPoints CreateFileCPs(CP.Code.IFileElem _fileElem, ICPProjectData _projData);