public FoeniXmlFile(FoenixSystem kernel, ResourceChecker resources) { this.kernel = kernel; this.codeList = kernel.lstFile.Lines; this.BreakPoints = kernel.Breakpoints; watchList = kernel.WatchList; }
public FoeniXmlFile(MemoryManager memory, ResourceChecker resources, Processor.Breakpoints breakpoints) { this.Memory = memory; this.Resources = resources; this.BreakPoints = breakpoints; }