Einzelnen Beitrag anzeigen

Grendel
(Gast)

n/a Beiträge
 
#2

Re: Klasse..... muss Rückgabewert haben

  Alt 11. Apr 2005, 13: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 ...
  Mit Zitat antworten Zitat