Beispiel #1
0
        private void ReloadhistryLabels()
        {
            histryGroup.Controls.Clear();

            using (ChangeList cLIst = new ChangeList(true))
            {
                AddChangeListHistry(cLIst.SelectAllList());
            }
        }