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

recent_order() public method

public recent_order ( ) : void
return 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();
        }