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