mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
REFACTOR: Reformat code.
This commit is contained in:
@@ -36,9 +36,7 @@ namespace DiscImageChef
|
||||
{
|
||||
public static class Progress
|
||||
{
|
||||
public static void InitProgress()
|
||||
{
|
||||
}
|
||||
public static void InitProgress() { }
|
||||
|
||||
public static void EndProgress()
|
||||
{
|
||||
@@ -50,9 +48,7 @@ namespace DiscImageChef
|
||||
DicConsole.Write("\r" + text);
|
||||
}
|
||||
|
||||
public static void InitProgress2()
|
||||
{
|
||||
}
|
||||
public static void InitProgress2() { }
|
||||
|
||||
public static void EndProgress2()
|
||||
{
|
||||
@@ -64,16 +60,15 @@ namespace DiscImageChef
|
||||
DicConsole.Write("\r" + text);
|
||||
}
|
||||
|
||||
public static void InitTwoProgress()
|
||||
{
|
||||
}
|
||||
public static void InitTwoProgress() { }
|
||||
|
||||
public static void EndTwoProgress()
|
||||
{
|
||||
DicConsole.WriteLine();
|
||||
}
|
||||
|
||||
public static void UpdateTwoProgress(string text, long current, long maximum, string text2, long current2, long maximum2)
|
||||
public static void UpdateTwoProgress(string text, long current, long maximum, string text2, long current2,
|
||||
long maximum2)
|
||||
{
|
||||
DicConsole.Write("\r" + text + ": " + text2);
|
||||
}
|
||||
@@ -83,4 +78,4 @@ namespace DiscImageChef
|
||||
DicConsole.WriteLine(text);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user