diff --git a/AddClient.axaml b/AddClient.axaml new file mode 100644 index 0000000..a817680 --- /dev/null +++ b/AddClient.axaml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/FunctionWindow.axaml.cs b/FunctionWindow.axaml.cs index b1f11c3..88c9478 100644 --- a/FunctionWindow.axaml.cs +++ b/FunctionWindow.axaml.cs @@ -25,8 +25,6 @@ public partial class FunctionWindow : Window }; } - - public FunctionWindow() { InitializeComponent(); @@ -40,7 +38,11 @@ public partial class FunctionWindow : Window private void Next_Function_Button(object? sender, RoutedEventArgs e) { - new SallerWindow().ShowDialog(this); + new EnterHistoryWindow().ShowDialog(this); + } + private void newOrder_OnClick(object? sender, RoutedEventArgs e) + { + new OrderWindow().ShowDialog(this); } diff --git a/NewOrderWindow.axaml b/NewOrderWindow.axaml new file mode 100644 index 0000000..8b3d02a --- /dev/null +++ b/NewOrderWindow.axaml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +