This commit is contained in:
parent
6d7413de52
commit
ed18ed747f
@ -81,6 +81,7 @@ namespace VEPROMS
|
||||
}
|
||||
_docVersion.DocVersionAssociations[0].MyROFst = ROFst.Get(rofstinfoid);
|
||||
_docVersion.Save().Dispose();
|
||||
DialogResult = DialogResult.OK;
|
||||
Close();
|
||||
return;
|
||||
}
|
||||
@ -90,6 +91,7 @@ namespace VEPROMS
|
||||
try
|
||||
{
|
||||
roDb.Save().Dispose();
|
||||
DialogResult = DialogResult.OK;
|
||||
Close();
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user