code simplified

This commit is contained in:
2023-12-25 18:53:46 +06:00
parent 86b9afe02f
commit bf2c734baf
5 changed files with 30 additions and 69 deletions

View File

@@ -6,9 +6,6 @@ namespace SharpCalculator.Avalonia;
class Program
{
// Initialization code. Don't use any Avalonia, third-party APIs or any
// SynchronizationContext-reliant code before AppMain is called: things aren't initialized
// yet and stuff might break.
[STAThread]
public static void Main(string[] args)
{