Exemplo n.º 1
0
 private void manual_Button_Click(object sender, RoutedEventArgs e)
 {
     BasicOperations.userManual();
 }
Exemplo n.º 2
0
 private void about_Button_Click(object sender, RoutedEventArgs e)
 {
     BasicOperations.About();
 }
Exemplo n.º 3
0
 private void billLocation_Button_Click(object sender, RoutedEventArgs e)
 {
     BasicOperations.bill_Location();
 }
Exemplo n.º 4
0
 private void inventoryOpen_Button_Click(object sender, RoutedEventArgs e)
 {
     BasicOperations.inventory();
 }
Exemplo n.º 5
0
 private void github_Button_Click(object sender, RoutedEventArgs e)
 {
     BasicOperations.github();
 }