remove old crap
[GitHub/Stricted/SpeedportHybridControl.git] / SpeedportHybridControl / page / DslPage.xaml.cs
CommitLineData
0a13825b 1using System.Windows.Controls;
5907d368
S
2
3namespace SpeedportHybridControl.page {
4 public partial class DslPage : Page {
5907d368
S
5 public DslPage () {
6 InitializeComponent();
7 }
5907d368
S
8 }
9}