Skip to content

Commit

Permalink
final commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennifer (Xue) Li committed Dec 9, 2020
1 parent 1b637c0 commit 72a4b5f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
1 change: 0 additions & 1 deletion AccountsSystem/AccountsSystem.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@
<Compile Include="DataModels\Expense.cs" />
<Compile Include="Importer\AlipayImporter.cs" />
<Compile Include="Importer\WeChatImporter.cs" />
<Compile Include="Utils.cs" />
<Page Include="MainWindow.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
Expand Down
1 change: 1 addition & 0 deletions AccountsSystem/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ private TabHandler GetTabHandler(int tabIndex)
throw new ArgumentOutOfRangeException();
}
}

private void ShowMessage(string message, MessageBoxImage image = MessageBoxImage.Information)
{
MessageBox.Show(this, message, "报销管理", MessageBoxButton.OK, image);
Expand Down
13 changes: 0 additions & 13 deletions AccountsSystem/Utils.cs

This file was deleted.

0 comments on commit 72a4b5f

Please sign in to comment.