5 lines
103 B
C++
5 lines
103 B
C++
#include "afx.h"
|
|
void ShowGoodbyeWorld(CWnd* pWnd)
|
|
{
|
|
pWnd->SetWindowText(_T("Goodbye, World!"));
|
|
}
|