mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Implement about window.
This commit is contained in:
8
Aaru.Gui/Models/AssemblyModel.cs
Normal file
8
Aaru.Gui/Models/AssemblyModel.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Aaru.Gui.Models
|
||||
{
|
||||
public class AssemblyModel
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public string Version { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user