rebind of mailbox plan added

This commit is contained in:
robvde 2012-08-07 08:51:36 +04:00
parent 786614e0b9
commit 69e778b2b0

View file

@ -470,6 +470,8 @@ namespace WebsitePanel.Portal
{
messageBox.ShowErrorMessage("EXCHANGE_FAILED_TO_STAMP", ex);
}
BindMailboxPlans();
}
@ -524,6 +526,8 @@ namespace WebsitePanel.Portal
{
messageBox.ShowErrorMessage("EXCHANGE_FAILED_TO_STAMP", ex);
}
BindMailboxPlans();
}
}