feat: results exporting

This commit is contained in:
2026-08-13 09:56:08 +03:00
parent 96ca781fe7
commit 6773503a76
12 changed files with 811 additions and 48 deletions
@@ -0,0 +1,11 @@
using Avalonia.Controls;
namespace GSS2.Views.AmineContent;
public partial class ExportView : UserControl
{
public ExportView()
{
InitializeComponent();
}
}