From 67501be80b72a76094053a6fb1f28027ff7c0a75 Mon Sep 17 00:00:00 2001 From: MouriNaruto Date: Sat, 13 Apr 2024 14:19:13 +0800 Subject: [PATCH] Update Mile.Xaml.ControlStyleXamlGenerator. --- Mile.Xaml.ControlStyleXamlGenerator/Program.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Mile.Xaml.ControlStyleXamlGenerator/Program.cs b/Mile.Xaml.ControlStyleXamlGenerator/Program.cs index 79e4b36..89bc3dc 100644 --- a/Mile.Xaml.ControlStyleXamlGenerator/Program.cs +++ b/Mile.Xaml.ControlStyleXamlGenerator/Program.cs @@ -83,7 +83,8 @@ static void Main(string[] args) genericXaml.Save(ProjectRootPath + @"\Mile.Xaml.Styles\Mile.Xaml.Styles.SunValley.xaml"); - Console.WriteLine("Hello, World!"); + Console.WriteLine( + "Mile.Xaml.ControlStyleXamlGenerator task has been completed."); Console.ReadKey(); } }