예제 #1
0
파일: Tag.cs 프로젝트: sytelus/CCBlog
 public CommandTagInfo(CommandTagType commandTagType, string[] tagArguments)
 {
     this.CommandTagType = commandTagType;
     this.TagArguments = tagArguments;
 }
예제 #2
0
파일: Tag.cs 프로젝트: greekavi/CCBlog
 public CommandTagInfo(CommandTagType commandTagType, string[] tagArguments)
 {
     this.CommandTagType = commandTagType;
     this.TagArguments   = tagArguments;
 }