private void FormReminders_Load(object sender, EventArgs e)
 {
     _listOIDInternal = OIDInternals.GetAll();
     _listOIDInternal.Sort(sortOIDsByIDType);
     _rootOIDString = OIDInternals.GetForType(IdentifierType.Root).IDRoot;
     FillGrid();
 }
Esempio n. 2
0
 private void FormReminders_Load(object sender, EventArgs e)
 {
     //OIDInternals.InsertMissingValues();
     ListOIDInternal = OIDInternals.GetAll();
     ListOIDInternal.Sort(sortOIDsByIDType);
     rootOIDString = OIDInternals.GetForType(IdentifierType.Root).IDRoot;
     FillGrid();
 }