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