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

12 lines
238 B
C#

namespace BeWo
{
public partial class LogoPage
{
public LogoPage()
{
this.InitializeComponent();
// Insert code required on object creation below this point.
}
}
}