Commit c7e1109

Jason Lepp <jlepp@arcresources.com>
2010-10-18 14:50:39
Add title to window
1 parent 1471213
Changed files (1)
src
MVPtoMVVM.mvp
src/MVPtoMVVM.mvp/MvpWindow.xaml
@@ -1,7 +1,7 @@
 <Window x:Class="MVPtoMVVM.mvp.MvpWindow"
         xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
         xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
-        Title="MainWindow" Height="350" Width="525">
+        Title="Things To Do" Height="350" Width="525">
     <DockPanel LastChildFill="False">
         <ListView Name="todoItemsList" DockPanel.Dock="Top" />
         <DockPanel DockPanel.Dock="Bottom" LastChildFill="False">