Курсовая работа: Алгоритм раскраски графа (точный)
{
// TODO: Add your control notification handler code here
raskr();
}
void CKursovojDlg::OnButton5()
{
// TODO: Add your control notification handler code here
CKursovojDlg::OnOK();
}
void CAboutDlg::OnOK()
{
// TODO: Add extra validation here
CDialog::OnOK();
}
void CKursovojDlg::OnButton6()
{
// TODO: Add your control notification handler code here
CAboutDlg M;
M.DoModal();
}