CashBook.CashbookReset C# (CSharp) Méthode

CashbookReset() public méthode

public CashbookReset ( ) : void
Résultat void
	public void CashbookReset(){
		for (int i = 0; i < 6; i++) {
			ContentsArray[i].text = "";
			IncomeArray[i].text = "";
			OutcomeArray[i].text = "";
			RemainderArray[i].text = "";
		}
	}
}