~peter-golde/carto/trunk

« back to all changes in this revision

Viewing changes to src/Cartographer/App.xaml

  • Committer: Peter Golde
  • Date: 2008-12-16 06:56:28 UTC
  • Revision ID: peter@golde.org-20081216065628-nsag3lm9qtcwjw05
Add beginnings of commands. Now just the Open command, which does nothing useful.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4
4
    StartupUri="MainFrame.xaml">
5
5
    <Application.Resources>
6
 
         
 
6
        <ResourceDictionary>
 
7
            <ResourceDictionary.MergedDictionaries>
 
8
                <ResourceDictionary Source="AppCommands.xaml" />
 
9
            </ResourceDictionary.MergedDictionaries>
 
10
        </ResourceDictionary>
7
11
    </Application.Resources>
8
12
</Application>