コード例 #1
0
 public void SetUnit(ConsoleSize unit)
 {
     MapUnit = unit;
 }
コード例 #2
0
ファイル: ConsoleSize.cs プロジェクト: GDxU/Richman4L
 public bool Equals(ConsoleSize other)
 {
     return(Width == other.Width && Height == other.Height);
 }