コード例 #1
0
 public void SetOptions(RectangleOptions options)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
ファイル: Rectangle.cs プロジェクト: CodeFork/Serenity
 public void SetOptions(RectangleOptions options)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 /// <summary>
 /// Create a rectangle using the passed RectangleOptions, which specify the bounds and style.
 /// </summary>
 public Rectangle(RectangleOptions opts)
 {
     throw new NotImplementedException();
 }
コード例 #4
0
ファイル: Rectangle.cs プロジェクト: CodeFork/Serenity
 /// <summary>
 /// Create a rectangle using the passed RectangleOptions, which specify the bounds and style.
 /// </summary>
 public Rectangle(RectangleOptions opts)
 {
     throw new NotImplementedException();
 }