C# Class UI.Infrastructure.LocalizedBindingSource

Inheritance: IWeakEventListener, INotifyPropertyChanged, IDisposable
ファイルを表示 Open project: Nirklav/TCPChat

Public Methods

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

Private Methods

Method Description
OnLanguageChanged ( object sender, EventArgs args ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

LocalizedBindingSource() public method

public LocalizedBindingSource ( string key ) : System
key string
return System

ReceiveWeakEvent() public method

public ReceiveWeakEvent ( Type managerType, object sender, EventArgs e ) : bool
managerType System.Type
sender object
e System.EventArgs
return bool