Example #1
0
        public void KeyBindSet(Sound sound)
        {
            Sound Old = Sounds.Find(s => s.FilePath == sound.FilePath);

            Old = sound;
            soundList.Serialize(Sounds);
        }