Initial commit
This commit is contained in:
20
LaOlaWelle/Message.cs
Normal file
20
LaOlaWelle/Message.cs
Normal file
@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace LaOlaWelle
|
||||
{
|
||||
class Message
|
||||
{
|
||||
public string Valid { get { return "valid"; } }
|
||||
public int ID { get; set; }
|
||||
public state State { get; set; }
|
||||
}
|
||||
|
||||
enum state
|
||||
{
|
||||
close, open
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user