예제 #1
0
 static void box_EventNotifyItem(ItemBox _sender, IBNotifyItemData _info)
 {
     Export.DebugOut("EventNotifyItem  notify=" + _info.notify.ToString());
 }
예제 #2
0
파일: Test_ItemBox.cs 프로젝트: Mu-L/mygui
 static void box_EventNotifyItem(ItemBox _sender, IBNotifyItemData _info)
 {
     Gui.Instance.Log("TestApp", LogLevel.Info, "EventNotifyItem  notify=" + _info.notify.ToString());
 }
예제 #3
0
 static void box_EventNotifyItem(ItemBox _sender, IBNotifyItemData _info)
 {
     Gui.Instance.Log("TestApp", LogLevel.Info, "EventNotifyItem  notify=" + _info.notify.ToString());
 }
예제 #4
0
 static void box_EventNotifyItem(ItemBox _sender, IBNotifyItemData _info)
 {
     Export.DebugOut("EventNotifyItem  notify=" + _info.notify.ToString());
 }