Add an interface for classes able to draw media status, like the spiral.

This commit is contained in:
2022-12-05 19:41:32 +00:00
parent 13cd297d14
commit 14ab866e4a
16 changed files with 120 additions and 5 deletions

View File

@@ -5865,5 +5865,17 @@ namespace Aaru.Localization {
return ResourceManager.GetString("Verify_dimensions_paramater_help", resourceCulture);
}
}
public static string Create_graph_of_dumped_media {
get {
return ResourceManager.GetString("Create_graph_of_dumped_media", resourceCulture);
}
}
public static string Dump_graph_dimensions_argument_help {
get {
return ResourceManager.GetString("Dump_graph_dimensions_argument_help", resourceCulture);
}
}
}
}