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

12 lines
272 B
C#

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