12 lines
238 B
C#
12 lines
238 B
C#
namespace BeWo
|
|
{
|
|
public partial class LogoPage
|
|
{
|
|
public LogoPage()
|
|
{
|
|
this.InitializeComponent();
|
|
|
|
// Insert code required on object creation below this point.
|
|
}
|
|
}
|
|
} |