예제 #1
0
파일: Repeat.cs 프로젝트: idkiller/Nacre
 public Repeat(RepeatKeyword all) : this(all, all)
 {
 }
예제 #2
0
파일: Repeat.cs 프로젝트: idkiller/Nacre
 public Repeat(RepeatKeyword x, RepeatKeyword y)
 {
     X = x;
     Y = y;
 }