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

Method SettingsDialog

src/Windows/SettingsDialog.cpp:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24#include <windowsx.h>
25
26SettingsDialog::SettingsDialog() :
27 Dialog(IDD_DIALOG_GLOBAL),
28 m_ftpSettings(NULL)
29{
30}
31
32SettingsDialog::~SettingsDialog() {
33}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected