14 lines
193 B
C#
14 lines
193 B
C#
|
using System;
|
||
|
using System.Configuration;
|
||
|
using Matrix.Sdk;
|
||
|
|
||
|
namespace TeleTok
|
||
|
{
|
||
|
public class MatrixListener
|
||
|
{
|
||
|
public void RunListener()
|
||
|
{
|
||
|
|
||
|
}
|
||
|
}
|
||
|
}
|