neue klassen

This commit is contained in:
Waldi
2017-09-12 14:32:34 +02:00
commit 09f67a41df
43 changed files with 5332 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ChatController.ChatKlassen
{
public class MessageCounter
{
public double MessageCount { get; set; }
}
}