Exemplo n.º 1
0
 private static void OnTagLocationChanged(object sender, ITagLocationEventArgs e)
 {
     Console.WriteLine($"{nameof(OnTagLocationChanged)} {e.SiteId} {e.TagUid}");
 }
Exemplo n.º 2
0
 private static void OnTagGtwyChanged(object sender, ITagLocationEventArgs e)
 {
 }