-
Notifications
You must be signed in to change notification settings - Fork 17
Home
Denis edited this page Nov 13, 2013
·
5 revisions
Welcome to the CashCode wiki!
**Current stable version is 1.0.0.0
CashCode.Net is a .net dll library (assembly) for working with CashCode bill validators over BILL VALIDATOR Communication Specification
The process on installation is very simple. If your work with Visual Studio (any versions) just click right-button on your project and choose "Add Reference...". Then find CashCode.Net.dll and click "Ok".
In project you need to add using CashCode.Net;
. For more information see CashCodeTest Project.