Mercurial > silverbladetech
view SilverlightGlimpse/SilverlightGlimpse.Test/MainPage.xaml.cs @ 63:536498832a79
Latest version before changing bindings to Listbox
author | Steven Hollidge <stevenhollidge@hotmail.com> |
---|---|
date | Sun, 22 Apr 2012 13:33:42 +0100 |
parents | 810116cd6b8e |
children | ba89e36631bc |
line wrap: on
line source
namespace SilverlightGlimpse.Test { public partial class MainPage { public MainPage() { InitializeComponent(); // uncomment this exception to view exception on startup //throw new Exception("This exception has been thrown to demonstrate an exception during startup", new Exception("This is an inner exception")); } } }