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