2 Усложненная лабораторная
This commit is contained in:
parent
95d45bc199
commit
dd65769c19
@ -11,10 +11,6 @@ namespace ProjectWarmlyShip
|
||||
private NumDecks numDecks;
|
||||
public int SomeProperty
|
||||
{
|
||||
get
|
||||
{
|
||||
return SomeProperty;
|
||||
}
|
||||
set
|
||||
{
|
||||
switch (value)
|
||||
|
@ -12,10 +12,6 @@ namespace ProjectWarmlyShip
|
||||
|
||||
public int SomeProperty
|
||||
{
|
||||
get
|
||||
{
|
||||
return SomeProperty;
|
||||
}
|
||||
set
|
||||
{
|
||||
switch (value)
|
||||
|
@ -11,10 +11,6 @@ namespace ProjectWarmlyShip
|
||||
private NumDecks numDecks;
|
||||
public int SomeProperty
|
||||
{
|
||||
get
|
||||
{
|
||||
return SomeProperty;
|
||||
}
|
||||
set
|
||||
{
|
||||
switch (value)
|
||||
|
@ -8,7 +8,7 @@ namespace ProjectWarmlyShip
|
||||
{
|
||||
public interface IDrawingDecks
|
||||
{
|
||||
int SomeProperty { get; set; }
|
||||
int SomeProperty { set;}
|
||||
void Draw(int _startPosX, int _startPosY, Color Os, Graphics g);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user