Skip to content

Commit

Permalink
Update GeometryTest/App.xaml.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisellgren committed Apr 22, 2012
1 parent 407efeb commit f401b48
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions GeometryTest/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,11 @@ namespace GeometryTest
/// </summary>
public partial class App : Application
{
protected override void OnStartup(StartupEventArgs e)
{
base.OnStartup(e);

Resources.Add("polygon", Polygon.Instance);
}
}
}

0 comments on commit f401b48

Please sign in to comment.