Removed useless Async methods
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user