From e7851cd2f619496ad72d67fdbb076b1e2a21b17d Mon Sep 17 00:00:00 2001 From: Vector Von Date: Tue, 14 Jun 2022 16:40:40 +0800 Subject: [PATCH] add inno pack file --- .gitignore | 4 ++- MainWindow.xaml | 3 ++- MainWindow.xaml.cs | 36 ++++++++++++++++++++++--- Topuino.ico | Bin 0 -> 16958 bytes Topuino_Client_Windows.csproj | 5 ++++ pack.iss | 49 ++++++++++++++++++++++++++++++++++ 6 files changed, 92 insertions(+), 5 deletions(-) create mode 100644 Topuino.ico create mode 100644 pack.iss diff --git a/.gitignore b/.gitignore index 9491a2f..34c856c 100644 --- a/.gitignore +++ b/.gitignore @@ -360,4 +360,6 @@ MigrationBackup/ .ionide/ # Fody - auto-generated XML schema -FodyWeavers.xsd \ No newline at end of file +FodyWeavers.xsd + +Output diff --git a/MainWindow.xaml b/MainWindow.xaml index b5f7b8d..74d4d66 100644 --- a/MainWindow.xaml +++ b/MainWindow.xaml @@ -5,6 +5,7 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:Topuino_Client_Windows" mc:Ignorable="d" + Closing="Window_Closing" Title="Topuino 客户端" Height="150" Width="400"> @@ -26,7 +27,7 @@