Browse Source

Avalon page template updated

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@636 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Mathias Simmack 20 years ago
parent
commit
a52392516a
  1. 10
      data/templates/project/CSharp/AvalonPageApplication.xpt

10
data/templates/project/CSharp/AvalonPageApplication.xpt

@ -68,9 +68,13 @@ namespace ${StandardNamespace}
} }
}]]></File> }]]></File>
<File name="Page1.xaml" buildAction="Page"><![CDATA[<StackPanel xmlns="http://schemas.microsoft.com/winfx/avalon/2005"> <File name="Page1.xaml" buildAction="Page"><![CDATA[<Page xmlns="http://schemas.microsoft.com/winfx/avalon/2005"
xmlns:x="http://schemas.microsoft.com/winfx/xaml/2005"
</StackPanel>]]></File> x:Class="${StandardNamespace}.Page1">
<StackPanel>
</StackPanel>
</Page>]]></File>
<File name="Page1.xaml.cs"><![CDATA[using System; <File name="Page1.xaml.cs"><![CDATA[using System;
using System.Windows; using System.Windows;
using System.Windows.Controls; using System.Windows.Controls;

Loading…
Cancel
Save