Skip to content

Commit

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

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

0 comments on commit e230ecd

Please sign in to comment.