Beispiel #1
0
        public Gui()
        {
            mDelegateNativeByWrapper = new HandleDelegateNativeByWrapper(OnRequestNativeByWrapper);
            ExportGui_SetGetNativeByWrapper(mDelegateNativeByWrapper);

            mDelegateWrapperCreator = new HandleDelegateWrapperCreator(OnRequestWrapperCreator);
            ExportGui_SetCreatorWrapps(mDelegateWrapperCreator);

            InitialiseWidgetCreator();
        }
Beispiel #2
0
 private static extern void ExportGui_SetCreatorWrapps(HandleDelegateWrapperCreator _delegate);