예제 #1
0
파일: Spacer.cs 프로젝트: orb1t/LayItOut
 public Spacer(SizeUnit distance) : this(distance, distance)
 {
 }
예제 #2
0
 public bool Equals(SizeUnit other) => Value == other.Value && Mode == other.Mode;
예제 #3
0
파일: Spacer.cs 프로젝트: orb1t/LayItOut
 public Spacer(SizeUnit vertical, SizeUnit horizontal) : this(vertical, horizontal, vertical, horizontal)
 {
 }