From f0f7291a2129e5b540fcc30cb6e993e5317a0426 Mon Sep 17 00:00:00 2001 From: syneffort Date: Fri, 5 Jan 2024 16:25:16 +0900 Subject: [PATCH] update v2 --- .../ChromeStarter/ChromeStarter.csproj | 2 +- ChromeStarter/ChromeStarter/MainWindow.xaml | 35 +++++---- .../ChromeStarter/MainWindow.xaml.cs | 71 ++++++++++++++----- ...ilePlanCollection.cs => PlanCollection.cs} | 29 ++++---- 4 files changed, 91 insertions(+), 46 deletions(-) rename ChromeStarter/ChromeStarter/Models/{ProfilePlanCollection.cs => PlanCollection.cs} (53%) diff --git a/ChromeStarter/ChromeStarter/ChromeStarter.csproj b/ChromeStarter/ChromeStarter/ChromeStarter.csproj index 57c65a2..ab6a40b 100644 --- a/ChromeStarter/ChromeStarter/ChromeStarter.csproj +++ b/ChromeStarter/ChromeStarter/ChromeStarter.csproj @@ -76,7 +76,7 @@ - + Code diff --git a/ChromeStarter/ChromeStarter/MainWindow.xaml b/ChromeStarter/ChromeStarter/MainWindow.xaml index a6d9dbe..3f2617e 100644 --- a/ChromeStarter/ChromeStarter/MainWindow.xaml +++ b/ChromeStarter/ChromeStarter/MainWindow.xaml @@ -6,41 +6,38 @@ xmlns:local="clr-namespace:ChromeStarter" xmlns:model="clr-namespace:ChromeStarter.Models" mc:Ignorable="d" - Title="MainWindow" Height="450" Width="500" + Title="Chrome Starter" Height="450" Width="500" MinHeight="450" MinWidth="500" Icon="/Resources/Icon.ico"> - + + + - +