Exemplo n.º 1
0
        private void Bind()
        {
            var mounts = Mod.Current.Mounts.Where(m => hull.CanUseMount(m) && m.IsUnlocked());

            mountBindingSource.DataSource = mounts.ToArray();
            gridMounts.Visible            = mounts.Any();
            // TODO - show mount stats somewhere...
        }