C# Класс LeveGen.Utils.WPF

Показать файл Открыть проект

Открытые методы

Метод Описание
LoadAndTransformXamlFile ( string xamlText ) : T

loads our xaml files into a type

LoadWindowContent ( string xamlFilePath ) : UserControl

loads up the window content for an xml file.

Приватные методы

Метод Описание
LoadResourceForWindow ( string filename, UserControl control ) : void

load our Resource file that contains styles and magic.

Описание методов

LoadAndTransformXamlFile() публичный статический Метод

loads our xaml files into a type
public static LoadAndTransformXamlFile ( string xamlText ) : T
xamlText string
Результат T

LoadWindowContent() публичный статический Метод

loads up the window content for an xml file.
public static LoadWindowContent ( string xamlFilePath ) : UserControl
xamlFilePath string
Результат UserControl