C# Class UI.Infrastructure.LocalizedBindingSource

Inheritance: IWeakEventListener, INotifyPropertyChanged, IDisposable
Afficher le fichier Open project: Nirklav/TCPChat

Méthodes publiques

Méthode Description
Dispose ( ) : void
LocalizedBindingSource ( string key ) : System
ReceiveWeakEvent ( Type managerType, object sender, EventArgs e ) : bool

Private Methods

Méthode Description
OnLanguageChanged ( object sender, EventArgs args ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

LocalizedBindingSource() public méthode

public LocalizedBindingSource ( string key ) : System
key string
Résultat System

ReceiveWeakEvent() public méthode

public ReceiveWeakEvent ( Type managerType, object sender, EventArgs e ) : bool
managerType System.Type
sender object
e System.EventArgs
Résultat bool