コード例 #1
0
ファイル: Carbon.cs プロジェクト: highattack30/monodevelop-1
 public static IntPtr InstallApplicationEventHandler(EventDelegate handler, CarbonEventTypeSpec type)
 {
     return(InstallEventHandler(GetApplicationEventTarget(), handler, new CarbonEventTypeSpec[] { type }));
 }
コード例 #2
0
ファイル: Carbon.cs プロジェクト: highattack30/monodevelop-1
 public static IntPtr InstallEventHandler(IntPtr target, EventDelegate handler, CarbonEventTypeSpec type)
 {
     return(InstallEventHandler(target, handler, new CarbonEventTypeSpec[] { type }));
 }