Atmo.UI.DevEx.PatcherForm2.ProgramAnem C# (CSharp) Method

ProgramAnem() protected method

protected ProgramAnem ( int nid, MemoryRegionDataCollection memoryRegionDataBlocks, string>.Action progressUpdated ) : bool
nid int
memoryRegionDataBlocks MemoryRegionDataCollection
progressUpdated string>.Action
return bool
        protected override bool ProgramAnem(int nid, MemoryRegionDataCollection memoryRegionDataBlocks, Action<double, string> progressUpdated)
        {
            return Device.ProgramAnemVersion2(nid, memoryRegionDataBlocks, progressUpdated);
        }