C# Class ClipboardHistoryApp.Classes.ClipboardService.NotificationForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: kavengagne/ClipboardHistory

Méthodes publiques

Méthode Description
Dispose ( ) : void
NotificationForm ( ClipboardService parent ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
WndProc ( Message &m ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

NotificationForm() public méthode

public NotificationForm ( ClipboardService parent ) : System
parent ClipboardService
Résultat System

WndProc() protected méthode

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
Résultat void