CashBook.CashbookReset C# (CSharp) Метод

CashbookReset() публичный Метод

public CashbookReset ( ) : void
Результат void
	public void CashbookReset(){
		for (int i = 0; i < 6; i++) {
			ContentsArray[i].text = "";
			IncomeArray[i].text = "";
			OutcomeArray[i].text = "";
			RemainderArray[i].text = "";
		}
	}
}