Ejemplo n.º 1
0
        /// <summary>
        /// Triggered when the preferences is requested.
        /// </summary>
        private void OnPreferencesAction(
            object sender,
            EventArgs args)
        {
            // Create the window
            ConfigDialog dialog = new ConfigDialog();

            dialog.Run();
            dialog.Destroy();
        }
Ejemplo n.º 2
0
        /// <summary>
        /// Triggered when the preferences is requested.
        /// </summary>
        private void OnPreferencesAction(
			object sender,
			EventArgs args)
        {
            // Create the window
            ConfigDialog dialog = new ConfigDialog();
            dialog.Run();
            dialog.Destroy();
        }