XAMLで書けるインストーラを作るプロジェクト
| Revision | 20f5e6ed282c2352ebcbbb6797eb29234116291e (tree) |
|---|---|
| Time | 2011-06-03 18:27:41 |
| Author | azyobuzin <azyobuzin@user...> |
| Commiter | azyobuzin |
MainModel.csを削除してMainWindowViewModelでModelも一緒にやることにした
| @@ -1,17 +0,0 @@ | ||
| 1 | -using System; | |
| 2 | -using System.Collections.Generic; | |
| 3 | -using System.Linq; | |
| 4 | -using System.Text; | |
| 5 | -using System.ComponentModel; | |
| 6 | -using System.Linq.Expressions; | |
| 7 | - | |
| 8 | -namespace Azyobuzi.XamlIn.Installer.Models | |
| 9 | -{ | |
| 10 | - /// <summary> | |
| 11 | - /// インストーラの状況など | |
| 12 | - /// </summary> | |
| 13 | - public class MainModel : NotifyObject | |
| 14 | - { | |
| 15 | - | |
| 16 | - } | |
| 17 | -} |
| @@ -6,8 +6,7 @@ using System.Text; | ||
| 6 | 6 | namespace Azyobuzi.XamlIn.Installer.ViewModels |
| 7 | 7 | { |
| 8 | 8 | /// <summary> |
| 9 | - /// <see cref="MainWindow"/>のViewModel。のはずなのにコントロールもってたりする。 | |
| 10 | - /// <see cref="Models.MainModel"/>をラップします。 | |
| 9 | + /// <see cref="MainWindow"/>のViewModel。のはずなのにコントロールもってたりModelの役もしたり。 | |
| 11 | 10 | /// </summary> |
| 12 | 11 | public class MainWindowViewModel : NotifyObject |
| 13 | 12 | { |
| @@ -74,7 +74,6 @@ | ||
| 74 | 74 | <DependentUpon>App.xaml</DependentUpon> |
| 75 | 75 | <SubType>Code</SubType> |
| 76 | 76 | </Compile> |
| 77 | - <Compile Include="Models\MainModel.cs" /> | |
| 78 | 77 | <Compile Include="NotifyObject.cs" /> |
| 79 | 78 | <Compile Include="ViewModels\MainWindowViewModel.cs" /> |
| 80 | 79 | <Compile Include="Views\MainWindow.xaml.cs"> |