/// <summary>
 ///   Shows the plugin configuration.
 /// </summary>
 public void ShowPlugin()
 {
   var config = new LastFMConfig();
   config.Show();
 }
        /// <summary>
        ///   Shows the plugin configuration.
        /// </summary>
        public void ShowPlugin()
        {
            var config = new LastFMConfig();

            config.Show();
        }