Added Edit Transaction
This commit is contained in:
@@ -105,6 +105,7 @@
|
||||
<Compile Include="Model\Person.cs" />
|
||||
<Compile Include="ViewModel\Dialogs\AddTransactionViewModel.cs" />
|
||||
<Compile Include="ViewModel\Dialogs\DatabaseSelectorDialogViewModel.cs" />
|
||||
<Compile Include="ViewModel\Dialogs\EditTransactionDialogViewModel.cs" />
|
||||
<Compile Include="ViewModel\Dialogs\NewPersonDialogViewModel.cs" />
|
||||
<Compile Include="ViewModel\MainViewModel.cs" />
|
||||
<Compile Include="ViewModel\ViewModelLocator.cs" />
|
||||
@@ -114,6 +115,9 @@
|
||||
<Compile Include="View\Dialogs\DatabaseSelectorDialogView.xaml.cs">
|
||||
<DependentUpon>DatabaseSelectorDialogView.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="View\Dialogs\EditTransactionDialogView.xaml.cs">
|
||||
<DependentUpon>EditTransactionDialogView.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="View\Dialogs\NewPersonDialogView.xaml.cs">
|
||||
<DependentUpon>NewPersonDialogView.xaml</DependentUpon>
|
||||
</Compile>
|
||||
@@ -132,6 +136,10 @@
|
||||
<SubType>Designer</SubType>
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
</Page>
|
||||
<Page Include="View\Dialogs\EditTransactionDialogView.xaml">
|
||||
<SubType>Designer</SubType>
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
</Page>
|
||||
<Page Include="View\Dialogs\NewPersonDialogView.xaml">
|
||||
<SubType>Designer</SubType>
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
|
||||
Reference in New Issue
Block a user