Ejemplo n.º 1
0
 public static void Register()
 {
     OwaEventRegistry.RegisterStruct(typeof(DirectoryVirtualListViewState));
     OwaEventRegistry.RegisterHandler(typeof(DirectoryBrowserEventHandler));
     OwaEventRegistry.RegisterHandler(typeof(DirectoryPickerEventHandler));
     OwaEventRegistry.RegisterHandler(typeof(RoomBrowserEventHandler));
     OwaEventRegistry.RegisterHandler(typeof(RoomPickerEventHandler));
 }
Ejemplo n.º 2
0
 public static void Register()
 {
     OwaEventRegistry.RegisterStruct(typeof(PAADurationInfo));
     OwaEventRegistry.RegisterStruct(typeof(PAACallerIdInfo));
     OwaEventRegistry.RegisterStruct(typeof(PAAFindMeInfo));
     OwaEventRegistry.RegisterStruct(typeof(PAATransferToInfo));
     OwaEventRegistry.RegisterHandler(typeof(EditPAAEventHandler));
 }
 // Token: 0x06002F0A RID: 12042 RVA: 0x0010EEAB File Offset: 0x0010D0AB
 public static void Register()
 {
     OwaEventRegistry.RegisterStruct(typeof(RecipientInfoAC));
     OwaEventRegistry.RegisterHandler(typeof(RecipientWellEventHandler));
 }