Cosmos/source/Boot/Playgrounds/Kudzu/Kudzu-SourceView/App.xaml.cs
kudzu_cp 7fa4847504
2008-06-22 18:33:49 +00:00

14 lines
312 B
C#

using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Windows;
namespace Kudzu_SourceView {
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application {
}
}