From c7edbeca4c51986465b0b38c02ee1f29ac88da58 Mon Sep 17 00:00:00 2001 From: SwEdryG Date: Tue, 4 Aug 2026 08:50:22 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9A=D0=9E=D0=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TracePad/MainWindow.xaml | 58 ++++++++++++++++++++++++++++++++++++- TracePad/MainWindow.xaml.cs | 2 +- TracePad/StepData.cs | 46 +++++++++++++++++++++++++++++ 3 files changed, 104 insertions(+), 2 deletions(-) create mode 100644 TracePad/StepData.cs diff --git a/TracePad/MainWindow.xaml b/TracePad/MainWindow.xaml index 3b6edcd..b2b04e1 100644 --- a/TracePad/MainWindow.xaml +++ b/TracePad/MainWindow.xaml @@ -5,7 +5,7 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:TracePad" mc:Ignorable="d" - Title="MainWindow" Height="670" Width="600"> + Title="MainWindow" Height="800" Width="600"> @@ -354,6 +354,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +