Change system tabs to required operating systems tab in metadata dialog.

This commit is contained in:
2018-03-16 15:44:58 +00:00
parent 1d05a81d2d
commit 700814600c
3 changed files with 133 additions and 82 deletions

View File

@@ -160,4 +160,10 @@ namespace apprepodbmgr.Eto
public string path { get; set; }
public BlockMediaType disk { get; set; }
}
class TargetOsEntry
{
public string name { get; set; }
public string version { get; set; }
}
}