コード例 #1
0
ファイル: Program.Saves.cs プロジェクト: cooye/RuneManager
        public static void RemoveLoad(Loadout l)
        {
            Build build = Program.Builds.FirstOrDefault(b => b.ID == l.BuildID);

            BuildsPrintTo?.Invoke(null, PrintToEventArgs.GetEvent(build, "!"));
            l.Unlock();
            Loads.Remove(l);
        }