MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / InputDialog

Method InputDialog

src/Windows/InputDialog.cpp:25–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23#include "resource.h"
24
25InputDialog::InputDialog() :
26 Dialog(IDD_DIALOG_INPUT),
27 m_commentCtrl(NULL),
28 m_valueCtrl(NULL),
29 m_password(false)
30{
31 m_comment = SU::DupString(TEXT(""));
32 m_value = SU::DupString(TEXT(""));
33}
34
35InputDialog::~InputDialog() {
36 SU::FreeTChar(m_comment);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected