26 lines
749 B
C#
26 lines
749 B
C#
// --------------------------------------------------------------------
|
|
//
|
|
// Copyright (c) Microsoft Corporation. All rights reserved
|
|
//
|
|
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
|
|
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
|
|
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
|
|
// PARTICULAR PURPOSE.
|
|
//
|
|
// --------------------------------------------------------------------
|
|
namespace TestLargeMessageQueue
|
|
{
|
|
using System;
|
|
using System.Windows;
|
|
using System.Data;
|
|
using System.Xml;
|
|
using System.Configuration;
|
|
|
|
/// <summary>
|
|
/// Interaction logic for App.xaml
|
|
/// </summary>
|
|
|
|
public partial class App : System.Windows.Application
|
|
{
|
|
}
|
|
} |