2019-04-02 13:43:30 +02:00
|
|
|
|
namespace ChatController
|
2017-09-15 09:49:32 +02:00
|
|
|
|
{
|
2019-04-02 13:43:30 +02:00
|
|
|
|
public partial class ChatControlWaitLayer
|
2017-09-15 09:49:32 +02:00
|
|
|
|
{
|
|
|
|
|
|
public ChatControlWaitLayer()
|
|
|
|
|
|
{
|
2019-04-02 13:43:30 +02:00
|
|
|
|
InitializeComponent();
|
2017-09-15 09:49:32 +02:00
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|