10 lines
185 B
C++
10 lines
185 B
C++
//
|
|
// Created by selim on 17.05.2022.
|
|
//
|
|
|
|
#include "AddNumberDialog.h"
|
|
|
|
AddNumberDialog::AddNumberDialog(): gtkpp::Window(nullptr, "/gui/AddNumberDialog.xml", "add_number_dialog") {
|
|
|
|
}
|