Files
BeWoPlaner/BeWo/BSLogoControl.xaml.cs

13 lines
261 B
C#
Raw Permalink Normal View History

2016-06-27 01:45:38 +02:00
namespace BeWo
{
/// <summary>
/// Interaction logic for BSLogoControl.xaml
/// </summary>
public partial class BSLogoControl
{
public BSLogoControl()
{
this.InitializeComponent();
}
}
}