CashBook.Update C# (CSharp) Method

Update() public method

public Update ( ) : void
return void
	void Update () {
		WriteCashBook ();
		save ();
	}