diff options
| author | uvok | 2026-05-16 19:40:09 +0200 |
|---|---|---|
| committer | uvok | 2026-05-16 19:40:09 +0200 |
| commit | 064dbb3f410b2b95fede248be7b57179e762db0b (patch) | |
| tree | cdd318ee138051537366f49a604d27dc21920ebf /Views/BidItemEditor.axaml.cs | |
Initial commit
Diffstat (limited to 'Views/BidItemEditor.axaml.cs')
| -rw-r--r-- | Views/BidItemEditor.axaml.cs | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Views/BidItemEditor.axaml.cs b/Views/BidItemEditor.axaml.cs new file mode 100644 index 0000000..37bf04e --- /dev/null +++ b/Views/BidItemEditor.axaml.cs @@ -0,0 +1,14 @@ +using Avalonia;
+using Avalonia.Controls;
+using Avalonia.Markup.Xaml;
+using east_auctioner.Models;
+
+namespace east_auctioner.Views;
+
+public partial class BidItemEditor : UserControl
+{
+ public BidItemEditor()
+ {
+ InitializeComponent();
+ }
+}
|
