livia-test/Livia/Views/Controls/RoiLegendControl.xaml.cs
2025-03-28 14:31:53 +08:00

12 lines
227 B
C#

namespace Livia.Views.Controls;
/// <summary>
/// Interaction logic for RoiLegendControl.xaml
/// </summary>
public partial class RoiLegendControl
{
public RoiLegendControl()
{
InitializeComponent();
}
}