Exemple #1
0
                private EngineHost engine_; //<! control spawning the engine and handling the reserved window

                private void HandleMainWindowMessage(object sender, NotificationEventArgs e)
                {
                    engine_.SendWin32WindowMessage(e.notification_id);
                }