Commit 55a5e65f authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander Trofimov
parent 84f39f54
......@@ -2493,6 +2493,23 @@ namespace NSEditorApi
LINK_PROPERTY_STRING(Path)
};
class CAscLocalFileOpen : public IMenuEventDataBase
{
private:
std::wstring m_sDirectory;
public:
CAscLocalFileOpen()
{
}
virtual ~CAscLocalFileOpen()
{
}
LINK_PROPERTY_STRING(Directory)
};
class CAscLocalFileCreate : public IMenuEventDataBase
{
private:
......
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