Example #1
0
        private void UpdateProfile(int index, string profileSection)
        {
            Ini.Refresh();
            buffer.ReadProfile(profileSection);

            Lv.Items[index].Text             = buffer.Name;
            Lv.Items[index].SubItems[1].Text = buffer.GetSize();
            Lv.Items[index].SubItems[2].Text = buffer.Description;
        }
Example #2
0
 public static void Refresh()
 {
     xs.Refresh();
 }