C# Class Combogallary.LocalExtensions

Show file Open project: msCube/Gallery

Public Methods

Method Description
ForTextBoxFromTemplate ( this templateFrameworkElement, Action action ) : void
ForWindowFromTemplate ( this templateFrameworkElement, Action action ) : void

Method Details

ForTextBoxFromTemplate() public static method

public static ForTextBoxFromTemplate ( this templateFrameworkElement, Action action ) : void
templateFrameworkElement this
action Action
return void

ForWindowFromTemplate() public static method

public static ForWindowFromTemplate ( this templateFrameworkElement, Action action ) : void
templateFrameworkElement this
action Action
return void