Creating a till system

In this tutorial you will learn how to create a till system using C#. You will need to have Visual Studio software installed to do this tutorial. You will learn:

  • How to set up a form with buttons, labels and textboxes
  • Creating simple validation for a textbox
  • Creating classes and objects
  • Creating simple methods and calculations for totalling purposes

 

Creating a till system - tutorial



Comments are closed.