C# Class NHapiSampleApplication.Models.NotifyEventArgs

Inheritance: System.EventArgs
Mostrar archivo Open project: JohnBloom/NHapiSampleApplication

Public Methods

Method Description
NotifyEventArgs ( string message, NotifyType type ) : System

Method Details

NotifyEventArgs() public method

public NotifyEventArgs ( string message, NotifyType type ) : System
message string
type NotifyType
return System