Exemplo n.º 1
0
        // -------------------------------------------------------------------
        // Constructor
        // -------------------------------------------------------------------

        public DialogInputsManagerControl(KeyboardAssign model)
        {
            Model = model;
        }
Exemplo n.º 2
0
        // -------------------------------------------------------------------
        // Constructor
        // -------------------------------------------------------------------

        public EngineSettings()
        {
            ShowDemoTip        = false;
            ListRecentProjects = new List <string>();
            KeyboardAssign     = new KeyboardAssign();
        }