Adapted main page for futur data integration
This commit is contained in:
@@ -224,7 +224,7 @@ namespace Test_Merge
|
||||
/// </summary>
|
||||
/// <param name="idImage">The id of the image we are working with</param>
|
||||
/// <returns>a string representation of all the returns</returns>
|
||||
public async Task<string> Decode(List<Zone> mainZones, List<string> drivers)
|
||||
public async Task<List<DriverData>> Decode(List<Zone> mainZones, List<string> drivers)
|
||||
{
|
||||
string result = "";
|
||||
List<DriverData> mainResults = new List<DriverData>();
|
||||
@@ -284,6 +284,7 @@ namespace Test_Merge
|
||||
}
|
||||
|
||||
//Display
|
||||
/*
|
||||
int nullDrivers = 0;
|
||||
foreach (DriverData driver in mainResults)
|
||||
{
|
||||
@@ -302,6 +303,8 @@ namespace Test_Merge
|
||||
{
|
||||
return result;
|
||||
}
|
||||
*/
|
||||
return mainResults;
|
||||
}
|
||||
|
||||
public void ChangeImage(Bitmap Image)
|
||||
|
||||
Reference in New Issue
Block a user