Add printing regions

This commit is contained in:
Matt Nadareski
2022-12-02 20:09:55 -08:00
parent 5b4a8d5775
commit cee7f12974
5 changed files with 17 additions and 1 deletions

View File

@@ -333,6 +333,8 @@ namespace BurnOutSharp.Wrappers
return wrapper;
}
#region Printing
/// <summary>
/// Pretty print the Linear Executable information
/// </summary>
@@ -340,5 +342,7 @@ namespace BurnOutSharp.Wrappers
{
// TODO: Implement printing
}
#endregion
}
}

View File

@@ -137,6 +137,8 @@ namespace BurnOutSharp.Wrappers
return wrapper;
}
#region Printing
/// <summary>
/// Pretty print the MS-DOS executable information
/// </summary>
@@ -181,5 +183,7 @@ namespace BurnOutSharp.Wrappers
}
Console.WriteLine();
}
#endregion
}
}

View File

@@ -265,6 +265,8 @@ namespace BurnOutSharp.Wrappers
return wrapper;
}
#region Printing
/// <summary>
/// Pretty print the New Executable information
/// </summary>
@@ -518,5 +520,7 @@ namespace BurnOutSharp.Wrappers
}
Console.WriteLine();
}
#endregion
}
}

View File

@@ -463,6 +463,8 @@ namespace BurnOutSharp.Wrappers
}
}
#region Printing
/// <summary>
/// Pretty print the New Executable information
/// </summary>
@@ -1886,5 +1888,7 @@ namespace BurnOutSharp.Wrappers
Console.WriteLine();
}
#endregion
}
}

View File

@@ -6,7 +6,7 @@ namespace BurnOutSharp.Wrappers
{
public abstract class WrapperBase
{
#region Instance Variabled
#region Instance Variables
/// <summary>
/// Source of the original data