コード例 #1
0
ファイル: NppFTP.cpp プロジェクト: bycn82/NppFTP
int NppFTP::ShowAboutDialog() {
	AboutDialog ab;
	ab.Create(m_nppData._nppHandle);
	return 0;
}