From 6fb3599d016fdf14674eb891f6e6c7ce06ce126c Mon Sep 17 00:00:00 2001 From: "GukSang.Jin" Date: Fri, 29 May 2026 18:27:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FootwearTest/Views/MainWindow.axaml | 39 ++++++++++++-------------- FootwearTest/Views/MainWindow.axaml.cs | 4 +-- 2 files changed, 20 insertions(+), 23 deletions(-) diff --git a/FootwearTest/Views/MainWindow.axaml b/FootwearTest/Views/MainWindow.axaml index daa5e65..128f418 100644 --- a/FootwearTest/Views/MainWindow.axaml +++ b/FootwearTest/Views/MainWindow.axaml @@ -1,23 +1,20 @@ - + @@ -80,4 +77,4 @@ - + diff --git a/FootwearTest/Views/MainWindow.axaml.cs b/FootwearTest/Views/MainWindow.axaml.cs index 5f833c4..408c9ab 100644 --- a/FootwearTest/Views/MainWindow.axaml.cs +++ b/FootwearTest/Views/MainWindow.axaml.cs @@ -1,8 +1,8 @@ -using SukiUI.Controls; +using Avalonia.Controls; namespace FootwearTest.Views { - public partial class MainWindow : SukiWindow + public partial class MainWindow : Window { public MainWindow() {