nature_net.user_controls.users_listbox.recent_order C# (CSharp) Méthode

recent_order() public méthode

public recent_order ( ) : void
Résultat void
        void recent_order()
        {
            if (this.users_list._list.Items.Count > 0)
                configurations.SortItemGenericList(this.users_list._list.Items,
                    false, false, true, configurations.users_num_desc.Length, configurations.users_date_desc.Length, true, true);
            //this.users_list._list.Items.Refresh();
        }