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