C# Class LeveGen.Utils.WPF

Mostrar archivo Open project: zzi-zzi-zzi/LeveGen

Public Methods

Method Description
LoadAndTransformXamlFile ( string xamlText ) : T

loads our xaml files into a type

LoadWindowContent ( string xamlFilePath ) : UserControl

loads up the window content for an xml file.

Private Methods

Method Description
LoadResourceForWindow ( string filename, UserControl control ) : void

load our Resource file that contains styles and magic.

Method Details

LoadAndTransformXamlFile() public static method

loads our xaml files into a type
public static LoadAndTransformXamlFile ( string xamlText ) : T
xamlText string
return T

LoadWindowContent() public static method

loads up the window content for an xml file.
public static LoadWindowContent ( string xamlFilePath ) : UserControl
xamlFilePath string
return UserControl