nature_net.user_controls.users_listbox.top_order C# (CSharp) Method

top_order() public method

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