Cleaned up code

This commit is contained in:
2022-04-07 08:37:54 +02:00
parent 39c0720683
commit 1251cb5a72
16 changed files with 230 additions and 282 deletions

View File

@@ -1,7 +1,6 @@

using System.Reflection;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Navigation;
namespace Aml.Editor.Plugin
@@ -18,10 +17,10 @@ namespace Aml.Editor.Plugin
var assembly = Assembly.GetCallingAssembly();
txtVersion.Text = "Version "+ assembly.GetName().Version.ToString();
}
txtVersion.Text = "Version " + assembly.GetName().Version.ToString();
}
private void Close_Click(object sender, RoutedEventArgs e)
{