MahApps / MahApps.Metro

A framework that allows developers to cobble together a better UI for their own WPF applications with minimal effort.
https://mahapps.com
MIT License
9.28k stars 2.45k forks source link

Do I have to install the package before starting a WPF app? #3449

Closed Rod-in-NM closed 5 years ago

Rod-in-NM commented 5 years ago

I've used another quick start WPF suite, but found problems with it. I'd like to give MahApps.Metro a try. Do I run the PowerShell command to install MahApps.Metro before I start a new WPF app? Or do I start a WPF app and then run the Install-Package command?

punker76 commented 5 years ago

@Rod-in-NM For only usage: you start a WPF app and then install the MahApps NuGet package and follow the quick start guide.