Files
BeWoPlaner/BeWo/BSLogoControl.xaml.cs
2016-06-27 01:45:38 +02:00

13 lines
261 B
C#

namespace BeWo
{
/// <summary>
/// Interaction logic for BSLogoControl.xaml
/// </summary>
public partial class BSLogoControl
{
public BSLogoControl()
{
this.InitializeComponent();
}
}
}