コード例 #1
0
ファイル: ImportFileNode.cs プロジェクト: redxdev/shogun-old
 public override void Compile(Kernel k)
 {
     k.Import(this.Filepath, this.Mode);
 }