(Gast)
n/a Beiträge
|
Re: Klasse..... muss Rückgabewert haben
11. Apr 2005, 14:28
Versuchs mal so:
Code:
public void ItemWithId(string text, int id)
{
this.text = text;
this.id = id;
}
public void ItemWithId()
{
text = string.Empty;
}
Bis neulich ...
|
|
Zitat
|