C# Class T8SuitePro.Disassembler.ProgressEventArgs

Inheritance: System.EventArgs
Show file Open project: mattiasclaesson/TuningSuites

Public Methods

Method Description
ProgressEventArgs ( string info, int percentage, ProgressType type ) : System

Method Details

ProgressEventArgs() public method

public ProgressEventArgs ( string info, int percentage, ProgressType type ) : System
info string
percentage int
type ProgressType
return System