Skip to content

Instantly share code, notes, and snippets.

@peyangu
Created March 15, 2017 07:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peyangu/4f6bddca4bd6191eeab8f1d3910a7feb to your computer and use it in GitHub Desktop.
Save peyangu/4f6bddca4bd6191eeab8f1d3910a7feb to your computer and use it in GitHub Desktop.
App.xaml
<Application x:Class="applicationname.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:applicationname"
Startup="Application_Startup" Exit="Application_Exit">
<Application.Resources>
</Application.Resources>
</Application>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment