Example #1
0
 static void box_EventNotifyItem(ItemBox _sender, IBNotifyItemData _info)
 {
     Export.DebugOut("EventNotifyItem  notify=" + _info.notify.ToString());
 }
Example #2
0
 static void box_EventNotifyItem(ItemBox _sender, IBNotifyItemData _info)
 {
     Gui.Instance.Log("TestApp", LogLevel.Info, "EventNotifyItem  notify=" + _info.notify.ToString());
 }
Example #3
0
 static void box_EventNotifyItem(ItemBox _sender, IBNotifyItemData _info)
 {
     Gui.Instance.Log("TestApp", LogLevel.Info, "EventNotifyItem  notify=" + _info.notify.ToString());
 }
Example #4
0
 static void box_EventNotifyItem(ItemBox _sender, IBNotifyItemData _info)
 {
     Export.DebugOut("EventNotifyItem  notify=" + _info.notify.ToString());
 }