#include <xtd/diagnostics/debugger>
#include <xtd/forms/application>
#include <xtd/forms/assert_dialog>
#include <xtd/forms/button>
#include <xtd/forms/form>
class form1 :
public form {
public:
form1() {
text(
"Assert dialog example");
dialog.
message(
"Index must be > 0");
switch(dialog.show_sheet_dialog(*this)) {
default: break;
}
};
}
private:
};
auto main() -> int {
}
static void debug_break()
Signals a breakpoint to an attached debugger.
The xtd::diagnostics namespace provides classes that allow you to interact with system processes,...
Definition assert_dialog_result.hpp:10
Contains classes that represent ASCII and Unicode character encodings; abstract base classes for conv...
Definition basic_string_builder.hpp:16
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8