Consistent shape ctor formatting, and removed superfluous tiny #regions on shapes.
This commit is contained in:
Родитель
b6d59374ac
Коммит
b5ae86d4f1
|
@ -10,8 +10,7 @@ namespace BabySmash
|
|||
[Serializable]
|
||||
public partial class CoolCircle : IHasFace
|
||||
{
|
||||
public CoolCircle(Brush x)
|
||||
: this()
|
||||
public CoolCircle(Brush x) : this()
|
||||
{
|
||||
this.Body.Fill = x;
|
||||
}
|
||||
|
@ -20,9 +19,7 @@ namespace BabySmash
|
|||
{
|
||||
this.InitializeComponent();
|
||||
}
|
||||
|
||||
#region IHasFace Members
|
||||
|
||||
|
||||
public Visibility FaceVisible
|
||||
{
|
||||
get
|
||||
|
@ -34,7 +31,5 @@ namespace BabySmash
|
|||
Face.Visibility = value;
|
||||
}
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
|
@ -10,8 +10,7 @@ namespace BabySmash
|
|||
[Serializable]
|
||||
public partial class CoolHeart : IHasFace
|
||||
{
|
||||
public CoolHeart(Brush x)
|
||||
: this()
|
||||
public CoolHeart(Brush x) : this()
|
||||
{
|
||||
this.Body.Fill = x;
|
||||
}
|
||||
|
@ -20,9 +19,7 @@ namespace BabySmash
|
|||
{
|
||||
this.InitializeComponent();
|
||||
}
|
||||
|
||||
#region IHasFace Members
|
||||
|
||||
|
||||
public Visibility FaceVisible
|
||||
{
|
||||
get
|
||||
|
@ -34,7 +31,5 @@ namespace BabySmash
|
|||
Face.Visibility = value;
|
||||
}
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
|
@ -10,8 +10,7 @@ namespace BabySmash
|
|||
[Serializable]
|
||||
public partial class CoolHexagon : IHasFace
|
||||
{
|
||||
public CoolHexagon(Brush x)
|
||||
: this()
|
||||
public CoolHexagon(Brush x) : this()
|
||||
{
|
||||
this.Body.Fill = x;
|
||||
}
|
||||
|
@ -20,9 +19,7 @@ namespace BabySmash
|
|||
{
|
||||
this.InitializeComponent();
|
||||
}
|
||||
|
||||
#region IHasFace Members
|
||||
|
||||
|
||||
public Visibility FaceVisible
|
||||
{
|
||||
get
|
||||
|
@ -34,7 +31,5 @@ namespace BabySmash
|
|||
Face.Visibility = value;
|
||||
}
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
|
@ -18,8 +18,7 @@ namespace BabySmash
|
|||
this.InitializeComponent();
|
||||
}
|
||||
|
||||
public CoolLetter(Brush x, char letter)
|
||||
: this()
|
||||
public CoolLetter(Brush x, char letter) : this()
|
||||
{
|
||||
this.Character = letter;
|
||||
this.letterPath.Fill = x;
|
||||
|
|
|
@ -10,8 +10,7 @@
|
|||
[Serializable]
|
||||
public partial class CoolOval : IHasFace
|
||||
{
|
||||
public CoolOval(Brush x)
|
||||
: this()
|
||||
public CoolOval(Brush x) : this()
|
||||
{
|
||||
this.Body.Fill = x;
|
||||
}
|
||||
|
@ -20,9 +19,7 @@
|
|||
{
|
||||
this.InitializeComponent();
|
||||
}
|
||||
|
||||
#region IHasFace Members
|
||||
|
||||
|
||||
public Visibility FaceVisible
|
||||
{
|
||||
get
|
||||
|
@ -34,7 +31,5 @@
|
|||
Face.Visibility = value;
|
||||
}
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
|
@ -10,8 +10,7 @@ namespace BabySmash
|
|||
[Serializable]
|
||||
public partial class CoolRectangle : IHasFace
|
||||
{
|
||||
public CoolRectangle(Brush x)
|
||||
: this()
|
||||
public CoolRectangle(Brush x) : this()
|
||||
{
|
||||
this.Body.Fill = x;
|
||||
}
|
||||
|
@ -20,9 +19,7 @@ namespace BabySmash
|
|||
{
|
||||
this.InitializeComponent();
|
||||
}
|
||||
|
||||
#region IHasFace Members
|
||||
|
||||
|
||||
public Visibility FaceVisible
|
||||
{
|
||||
get
|
||||
|
@ -34,7 +31,5 @@ namespace BabySmash
|
|||
Face.Visibility = value;
|
||||
}
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
|
@ -10,8 +10,7 @@ namespace BabySmash
|
|||
[Serializable]
|
||||
public partial class CoolSquare : IHasFace
|
||||
{
|
||||
public CoolSquare(Brush x)
|
||||
: this()
|
||||
public CoolSquare(Brush x) : this()
|
||||
{
|
||||
this.Body.Fill = x;
|
||||
}
|
||||
|
@ -20,9 +19,7 @@ namespace BabySmash
|
|||
{
|
||||
this.InitializeComponent();
|
||||
}
|
||||
|
||||
#region IHasFace Members
|
||||
|
||||
|
||||
public Visibility FaceVisible
|
||||
{
|
||||
get
|
||||
|
@ -34,7 +31,5 @@ namespace BabySmash
|
|||
Face.Visibility = value;
|
||||
}
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
|
@ -19,9 +19,7 @@ namespace BabySmash
|
|||
{
|
||||
this.InitializeComponent();
|
||||
}
|
||||
|
||||
#region IHasFace Members
|
||||
|
||||
|
||||
public Visibility FaceVisible
|
||||
{
|
||||
get
|
||||
|
@ -33,7 +31,5 @@ namespace BabySmash
|
|||
Face.Visibility = value;
|
||||
}
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
|
@ -10,8 +10,7 @@ namespace BabySmash
|
|||
[Serializable]
|
||||
public partial class CoolTrapezoid : IHasFace
|
||||
{
|
||||
public CoolTrapezoid(Brush x)
|
||||
: this()
|
||||
public CoolTrapezoid(Brush x) : this()
|
||||
{
|
||||
Body.Fill = x;
|
||||
}
|
||||
|
@ -20,9 +19,7 @@ namespace BabySmash
|
|||
{
|
||||
this.InitializeComponent();
|
||||
}
|
||||
|
||||
#region IHasFace Members
|
||||
|
||||
|
||||
public Visibility FaceVisible
|
||||
{
|
||||
get
|
||||
|
@ -34,7 +31,5 @@ namespace BabySmash
|
|||
Face.Visibility = value;
|
||||
}
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
|
@ -19,9 +19,7 @@ namespace BabySmash
|
|||
{
|
||||
this.InitializeComponent();
|
||||
}
|
||||
|
||||
#region IHasFace Members
|
||||
|
||||
|
||||
public Visibility FaceVisible
|
||||
{
|
||||
get
|
||||
|
@ -33,7 +31,5 @@ namespace BabySmash
|
|||
Face.Visibility = value;
|
||||
}
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
Загрузка…
Ссылка в новой задаче