Cosmos/source/Cosmos.Build.Windows/DebugWindow.xaml.cs
2008-03-23 15:52:37 +00:00

20 lines
508 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Shapes;
namespace Cosmos.Build.Windows {
public partial class DebugWindow : Window {
public DebugWindow() {
InitializeComponent();
}
}
}