C# Class Lokad.CodeDsl.TrayNotify

Inheritance: INotify
Mostra file Open project: Lokad/lokad-codedsl

Public Methods

Method Description
Notify ( string message, string title, ToolTipIcon type ) : void
TrayNotify ( System.Windows.Forms.NotifyIcon icon ) : System

Method Details

Notify() public method

public Notify ( string message, string title, ToolTipIcon type ) : void
message string
title string
type ToolTipIcon
return void

TrayNotify() public method

public TrayNotify ( System.Windows.Forms.NotifyIcon icon ) : System
icon System.Windows.Forms.NotifyIcon
return System