Пример #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="LuaExternalFileCodeMerger"/> class.
 /// </summary>
 /// <param name="parent">Parent ProjectItem of LuaFileCodeModel.</param>
 public LuaExternalFileCodeMerger(ProjectItem parent)
 {
     fileName = parent.get_FileNames(1);
     luaCodeFile = new LuaCodeFile(fileName);
     luaCodeFile.Load();
 }
Пример #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="LuaExternalFileCodeMerger"/> class.
 /// </summary>
 /// <param name="parent">Parent ProjectItem of LuaFileCodeModel.</param>
 public LuaExternalFileCodeMerger(ProjectItem parent)
 {
     fileName    = parent.get_FileNames(1);
     luaCodeFile = new LuaCodeFile(fileName);
     luaCodeFile.Load();
 }