Created initial matrix listener

This commit is contained in:
Chris Plaatjes 2023-02-16 10:52:46 -05:00
parent 19e011dfac
commit 2083e8279f

14
MatrixListener.cs Normal file
View File

@ -0,0 +1,14 @@
using System;
using System.Configuration;
using Matrix.Sdk;
namespace TeleTok
{
public class MatrixListener
{
public void RunListener()
{
}
}
}