//Open Ax Menu item common
void openAXMenuItem(str _Name, MenuItemType _type = MenuItemType::Display,Args _args)
{
new MenuFunction(_Name, _type).run(_args);
}
void openAXMenuItem(str _Name, MenuItemType _type = MenuItemType::Display,Args _args)
{
new MenuFunction(_Name, _type).run(_args);
}
No comments:
Post a Comment