Created initial matrix listener
This commit is contained in:
parent
19e011dfac
commit
2083e8279f
14
MatrixListener.cs
Normal file
14
MatrixListener.cs
Normal file
@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Configuration;
|
||||
using Matrix.Sdk;
|
||||
|
||||
namespace TeleTok
|
||||
{
|
||||
public class MatrixListener
|
||||
{
|
||||
public void RunListener()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user