fsprojects / FsXaml

F# Tools for working with XAML Projects
http://fsprojects.github.io/FsXaml/
MIT License
172 stars 48 forks source link

Let the NodeType of root be a sub-class of Window or Application #7

Closed BillHally closed 10 years ago

BillHally commented 10 years ago

I made some minor changes so that the root node of the XAML file can be a sub-class of Window or Application. (The existing code failed when I used XAML with a root node of the MetroWindow class from the MahApps.Metro Nuget package)

ReedCopsey commented 10 years ago

Thanks @BillHally! Looks great, and is merged in now.