Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
islater
cowboy-cafe
Commits
64571e65
Commit
64571e65
authored
Feb 27, 2020
by
Ian Slater
Browse files
added comments
parent
9d45c81d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Data/IOrderItem.cs
View file @
64571e65
using
System
;
/*
* Ian Slater
* IOrderItem
* Parent Class for all Items that will go on an item
*/
using
System
;
using
System.Collections.Generic
;
using
System.Text
;
...
...
Data/Order.cs
View file @
64571e65
using
System
;
/*
* Ian Slater
* Order
* Class to handle what is showon the ticket
*/
using
System
;
using
System.ComponentModel
;
using
System.Collections.Generic
;
using
System.Text
;
...
...
PointOfSale/MenuSelectionControl.xaml.cs
View file @
64571e65
using
System
;
/*
* Ian Slater
* MenuSelectionControl
* Parent Class for all Items that will go on an item
*/
using
System
;
using
System.Collections.Generic
;
using
System.Text
;
using
System.Windows
;
...
...
PointOfSale/OrderSummaryControl.xaml.cs
View file @
64571e65
using
System
;
/*
* Ian Slater
* OrderSummaryControl
* Class to handle the showing of the ticket to the cashier
*/
using
System
;
using
System.Collections.Generic
;
using
System.Text
;
using
System.ComponentModel
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment