Exemple #1
0
void CExportDlg::OnDestroy()
{
	WaitForFinishLoading();
	__super::OnDestroy();
}
void CGitSwitchDlg::OnDestroy()
{
	WaitForFinishLoading();
	__super::OnDestroy();
}
Exemple #3
0
void CMergeDlg::OnDestroy()
{
	WaitForFinishLoading();
	__super::OnDestroy();
}
void CCreateBranchTagDlg::OnDestroy()
{
	WaitForFinishLoading();
	__super::OnDestroy();
}