Пример #1
0
        protected override void OnLoad(EventArgs e)
        {
            base.OnLoad(e);

            new ListViewSortManager(
                lvMsg,
                new Type[] {
                typeof(ListViewTextSort),
                typeof(ListViewInt32Sort),
                typeof(ListViewTextSort),
                typeof(ListViewTextSort),
            },
                1,
                SortOrder.Ascending
                );

            btnEnd.Text  = LangPack.GetSelect();
            lbTitle.Text = LangPack.GetSelMsg();
            label1.Text  = LangPack.GetReptCnt();
        }