TeleTok/MatrixListener.cs
2023-02-16 10:52:46 -05:00

14 lines
193 B
C#

using System;
using System.Configuration;
using Matrix.Sdk;
namespace TeleTok
{
public class MatrixListener
{
public void RunListener()
{
}
}
}