C# Class RM.Friendly.WPFStandardControls.Generator.WPFTextBoxGenerator

Inheritance: GeneratorBase
Mostra file Open project: Roommetro/Friendly.WPFStandardControls

Public Methods

Method Description
Optimize ( List code ) : void

Protected Methods

Method Description
Attach ( ) : void
Detach ( ) : void

Private Methods

Method Description
TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void

Method Details

Attach() protected method

protected Attach ( ) : void
return void

Detach() protected method

protected Detach ( ) : void
return void

Optimize() public method

public Optimize ( List code ) : void
code List
return void