Files
BeWoPlaner/BeWo/LogoPage.xaml.cs

12 lines
238 B
C#
Raw Permalink Normal View History

2016-06-27 01:45:38 +02:00
namespace BeWo
{
public partial class LogoPage
{
public LogoPage()
{
this.InitializeComponent();
// Insert code required on object creation below this point.
}
}
}