13 lines
261 B
C#
13 lines
261 B
C#
namespace BeWo
|
|
{
|
|
/// <summary>
|
|
/// Interaction logic for BSLogoControl.xaml
|
|
/// </summary>
|
|
public partial class BSLogoControl
|
|
{
|
|
public BSLogoControl()
|
|
{
|
|
this.InitializeComponent();
|
|
}
|
|
}
|
|
} |