private void ShowConfigureActionsUI()
        {
            var ui = new ActionsUI(Engine.ConfigUI.ConfigActions)
            {
                Icon = this.Icon, Text = Application.ProductName + @" - Actions"
            };

            ui.Show();
        }
Exemple #2
0
 private void InitializeUI()
 {
     UI = new ActionsUI(Apple);
 }