virtual void ActionCallback(ui::Button * sender)
	{
		a->ShowPublishingInfo();
	}
	void ActionCallback(ui::Button * sender) override
	{
		a->ShowPublishingInfo();
	}