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