C# Class Atmo.UI.DevEx.PatcherForm2

Datei anzeigen Open project: wind101net/atmo Class Usage Examples

Public Methods

Method Description
PatcherForm2 ( UsbDaqConnection device ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

PatcherForm2 ( ) : System
ProgramAnem ( int nid, MemoryRegionDataCollection memoryRegionDataBlocks, string>.Action progressUpdated ) : bool

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

PatcherForm2() protected method

protected PatcherForm2 ( ) : System
return System

PatcherForm2() public method

public PatcherForm2 ( UsbDaqConnection device ) : System
device UsbDaqConnection
return System

ProgramAnem() protected method

protected ProgramAnem ( int nid, MemoryRegionDataCollection memoryRegionDataBlocks, string>.Action progressUpdated ) : bool
nid int
memoryRegionDataBlocks MemoryRegionDataCollection
progressUpdated string>.Action
return bool