hawkeye camera support(not tested)
This commit is contained in:
@@ -68,4 +68,22 @@ public class GetImageOperation:BaseOperation,IHaveImage
|
||||
Id = new Guid(br.ReadString());
|
||||
Label = br.ReadString();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Save the operation to the dictionary
|
||||
/// </summary>
|
||||
/// <param name="dict"></param>
|
||||
public override void Save(Dictionary<string, object> dict)
|
||||
{
|
||||
base.Save(dict);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Load the operation from the dictionary
|
||||
/// </summary>
|
||||
/// <param name="dict"></param>
|
||||
public override void Load(Dictionary<string, object> dict)
|
||||
{
|
||||
base.Load(dict);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user