Skip to content

Commit

Permalink
Update Mile.Xaml.ControlStyleXamlGenerator.
Browse files Browse the repository at this point in the history
  • Loading branch information
MouriNaruto committed Apr 13, 2024
1 parent 157c8eb commit 67501be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Mile.Xaml.ControlStyleXamlGenerator/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
}
Expand Down

0 comments on commit 67501be

Please sign in to comment.