C# Class T7.Disassembler.ProgressEventArgs

Inheritance: System.EventArgs
显示文件 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