I have put some code inside of the public MainWindow() {}
but I kept getting some obscure XAML parsing errors as soon as I did that (not on my computer but on 3 others I've tried it on)
Is there a preferred way to run code AS SOON as the application starts?
The theory is I want it to call home and ask it it's ok to start. If it's not, I want the app to close out. Call it a makeshift copy-protection.