[WIP] Tara
Test / Run tests (push) Successful in 2m39s

This commit is contained in:
2026-09-14 13:12:14 +02:00
parent fea779bd95
commit 9a4a36fb5a
11 changed files with 185 additions and 20 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ using System.Windows.Controls;
namespace Elwig.Dialogs {
public partial class ManualWeighingDialog : Window {
public int Weight = 0;
public string? Reason = null;
public int Weight { get; private set; }
public string? Reason { get; private set; }
public ManualWeighingDialog(string? reason = null) {
InitializeComponent();