///<summary> ///Show our "Main" screen? When is this fired? Is double-clicking the plugin list and clicking the config button different? ///</summary> public void ShowMain() { SongPoster_Config configWindow = new SongPoster_Config(this); configWindow.SetCheckBoxEnable(Enabled); configWindow.SetChekBoxSendCoverArt(SendCoverArt); configWindow.Show(); }
///<summary> ///Show our "Main" screen? When is this fired? Is double-clicking the plugin list and clicking the config button different? ///</summary> public void ShowMain() { SongPoster_Config configWindow = new SongPoster_Config(this); configWindow.setCheckBoxEnable(Enabled); configWindow.Show(); }