From d4226132c549d6b50ccd015d1b2c544e6b8ba954 Mon Sep 17 00:00:00 2001 From: lanyizi Date: Sun, 4 Jun 2023 16:05:22 +0200 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.xaml | 1 + AssetEntry.cs | 3 +++ Controller.cs | 2 ++ Converters/SizeConverter.cs | 33 +++++++++++++++++++++++++++++++++ MainWindow.xaml | 8 ++++++++ ViewModel.cs | 7 +++++++ 6 files changed, 54 insertions(+) create mode 100644 Converters/SizeConverter.cs diff --git a/App.xaml b/App.xaml index ce30a0b..ced5a4f 100644 --- a/App.xaml +++ b/App.xaml @@ -33,6 +33,7 @@ +