Removed useless Async methods

This commit is contained in:
2023-05-23 17:29:06 +02:00
parent 462d07093a
commit 6b94935259
12 changed files with 62 additions and 92 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ namespace Test_Merge
/// Method that will decode the content of the window
/// </summary>
/// <returns></returns>
public override async Task<object> DecodePng()
public override object DecodePng()
{
bool result = false;
int greenValue = GetGreenPixels();