tr
This commit is contained in:
@@ -1,15 +1,10 @@
|
||||
using System.Windows.Controls;
|
||||
|
||||
namespace BeWo.View
|
||||
namespace ChatController
|
||||
{
|
||||
/// <summary>
|
||||
/// Interaction logic for WaitLayer.xaml
|
||||
/// </summary>
|
||||
public partial class ChatControlWaitLayer : UserControl
|
||||
public partial class ChatControlWaitLayer
|
||||
{
|
||||
public ChatControlWaitLayer()
|
||||
{
|
||||
this.InitializeComponent();
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user