12 lines
272 B
C#
12 lines
272 B
C#
namespace Livia.Views.Controls;
|
|
|
|
/// <summary>
|
|
/// Interaction logic for ImageRotationViewerGroupControl.xaml
|
|
/// </summary>
|
|
public partial class ImageRotationViewerGroupControl
|
|
{
|
|
public ImageRotationViewerGroupControl()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
} |