예제 #1
0
void CExportDlg::OnDestroy()
{
	WaitForFinishLoading();
	__super::OnDestroy();
}
예제 #2
0
void CGitSwitchDlg::OnDestroy()
{
	WaitForFinishLoading();
	__super::OnDestroy();
}
예제 #3
0
void CMergeDlg::OnDestroy()
{
	WaitForFinishLoading();
	__super::OnDestroy();
}
예제 #4
0
void CCreateBranchTagDlg::OnDestroy()
{
	WaitForFinishLoading();
	__super::OnDestroy();
}