Now the images are changing
This commit is contained in:
@@ -154,7 +154,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, Bitmap imageToDecode)
|
||||
public async Task<string> Decode(List<Zone> mainZones,List<string> drivers)
|
||||
{
|
||||
string result = "";
|
||||
List<DriverData> mainResults = new List<DriverData>();
|
||||
@@ -192,9 +192,9 @@ namespace Test_Merge
|
||||
|
||||
public void ChangeImage(Bitmap Image)
|
||||
{
|
||||
foreach (Zone BigZone in MainZones)
|
||||
foreach (Zone z in MainZones)
|
||||
{
|
||||
BigZone.Image = Image;
|
||||
z.Image = Image;
|
||||
}
|
||||
}
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user