ФИНАЛ ПЕРВОЙ ЛАБЫ
This commit is contained in:
parent
e9a45de38a
commit
de185cca27
@ -1,21 +0,0 @@
|
|||||||
/////УДАЛИТЬ ЭТУ ФИГНЮ
|
|
||||||
|
|
||||||
namespace ProjectAirbus;
|
|
||||||
|
|
||||||
internal class Class1
|
|
||||||
{
|
|
||||||
private int Pole;
|
|
||||||
public int Svoistvo { set; private get; }
|
|
||||||
public int metod(int Pole)
|
|
||||||
{
|
|
||||||
if (Pole == 0 )
|
|
||||||
{
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
int Svoistvo = Pole + 1;
|
|
||||||
return Svoistvo;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user