• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

XAMLで書けるインストーラを作るプロジェクト


Commit MetaInfo

Revisão20f5e6ed282c2352ebcbbb6797eb29234116291e (tree)
Hora2011-06-03 18:27:41
Autorazyobuzin <azyobuzin@user...>
Commiterazyobuzin

Mensagem de Log

MainModel.csを削除してMainWindowViewModelでModelも一緒にやることにした

Mudança Sumário

Diff

--- a/XamlIn.Installer/Models/MainModel.cs
+++ /dev/null
@@ -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-}
--- a/XamlIn.Installer/ViewModels/MainWindowViewModel.cs
+++ b/XamlIn.Installer/ViewModels/MainWindowViewModel.cs
@@ -6,8 +6,7 @@ using System.Text;
66 namespace Azyobuzi.XamlIn.Installer.ViewModels
77 {
88 /// <summary>
9- /// <see cref="MainWindow"/>のViewModel。のはずなのにコントロールもってたりする。
10- /// <see cref="Models.MainModel"/>をラップします。
9+ /// <see cref="MainWindow"/>のViewModel。のはずなのにコントロールもってたりModelの役もしたり。
1110 /// </summary>
1211 public class MainWindowViewModel : NotifyObject
1312 {
--- a/XamlIn.Installer/XamlIn.Installer.csproj
+++ b/XamlIn.Installer/XamlIn.Installer.csproj
@@ -74,7 +74,6 @@
7474 <DependentUpon>App.xaml</DependentUpon>
7575 <SubType>Code</SubType>
7676 </Compile>
77- <Compile Include="Models\MainModel.cs" />
7877 <Compile Include="NotifyObject.cs" />
7978 <Compile Include="ViewModels\MainWindowViewModel.cs" />
8079 <Compile Include="Views\MainWindow.xaml.cs">