Commit 6f8228a7 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander Trofimov

новый функционал под новый интерфейс

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@66372 954022d7-b5bf-4e40-9824-e11837661b57
parent 55a5e65f
......@@ -2528,4 +2528,26 @@ namespace NSEditorApi
};
}
namespace NSEditorApi
{
class CAscExecCommand : public IMenuEventDataBase
{
private:
std::wstring m_sCommand;
std::wstring m_sParam;
public:
CAscExecCommand()
{
}
virtual ~CAscExecCommand()
{
}
LINK_PROPERTY_STRING(Command)
LINK_PROPERTY_STRING(Param)
};
}
#endif //_BUILD_EDITOR_API_CROSSPLATFORM_H_
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment