nature_net.user_controls.users_listbox.recent_order C# (CSharp) 메소드

recent_order() 공개 메소드

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