[RombaSharp] Help text and main method framework

This commit is contained in:
Matt Nadareski
2016-09-02 13:42:18 -07:00
parent 75889b7b26
commit 0cd008e1c7
5 changed files with 324 additions and 22 deletions

View File

@@ -61,7 +61,7 @@ namespace SabreTools.Helper.Resources {
}
/// <summary>
/// Looks up a localized string similar to This is the default help DatTools.
/// Looks up a localized string similar to This is the default help output.
/// </summary>
public static string Default_Desc {
get {
@@ -87,6 +87,24 @@ namespace SabreTools.Helper.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to C#port of the Romba rom management tool.
/// </summary>
public static string RombaSharp_Desc {
get {
return ResourceManager.GetString("RombaSharp_Desc", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to RombaSharp.
/// </summary>
public static string RombaSharp_Name {
get {
return ResourceManager.GetString("RombaSharp_Name", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Import, generate, manipulate DAT files.
/// </summary>
@@ -124,7 +142,7 @@ namespace SabreTools.Helper.Resources {
}
/// <summary>
/// Looks up a localized string similar to Convert files to TGZ DatTools.
/// Looks up a localized string similar to Convert files to TGZ output.
/// </summary>
public static string TGZTest_Desc {
get {