Implement about window.

This commit is contained in:
2020-04-10 01:10:55 +01:00
parent e484671504
commit c8a9d13595
9 changed files with 300 additions and 46 deletions

View File

@@ -0,0 +1,8 @@
namespace Aaru.Gui.Models
{
public class AssemblyModel
{
public string Name { get; set; }
public string Version { get; set; }
}
}