16 lines
239 B
C#
16 lines
239 B
C#
|
|
using System.Windows.Controls;
|
|
|
|
namespace SWS.CAD.Views
|
|
{
|
|
public partial class DialogPreCheckIn : UserControl
|
|
{
|
|
public DialogPreCheckIn( )
|
|
{
|
|
InitializeComponent();
|
|
|
|
}
|
|
|
|
}
|
|
}
|