17 lines
358 B
C#
17 lines
358 B
C#
using System.Windows;
|
|
using System.Windows.Controls;
|
|
|
|
namespace DaSaSo.Wpf.View.SewerObjecte
|
|
{
|
|
/// <summary>
|
|
/// Interaction logic for SewerObjecteListView.xaml
|
|
/// </summary>
|
|
public partial class SewerObjecteListView : UserControl
|
|
{
|
|
public SewerObjecteListView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|