Ejemplo n.º 1
0
	virtual void ActionCallback(ui::Button * sender)
	{
		a->Save();
	}
Ejemplo n.º 2
0
	void ActionCallback(ui::Button * sender) override
	{
		a->Save();
	}