Files
Chat/ChatController/ChatControlWaitLayer.xaml.cs

15 lines
310 B
C#
Raw Normal View History

using System.Windows.Controls;
namespace BeWo.View
{
/// <summary>
/// Interaction logic for WaitLayer.xaml
/// </summary>
public partial class ChatControlWaitLayer : UserControl
{
public ChatControlWaitLayer()
{
this.InitializeComponent();
}
}
}