Shows how to use xtd::event class.
#include <xtd/as>
#include <xtd/console>
#include <xtd/environment>
#include <xtd/event>
#include <xtd/event_handler>
#include <xtd/ustring>
public:
if (text_ != text) {
text_ = text;
}
}
protected:
private:
};
public:
protected:
};
auto main()->int {
};
};
}