This commit is contained in:
mmrbnjd
2024-10-14 15:56:45 +03:30
parent a5c191f9ea
commit 35cad6876b
10 changed files with 127 additions and 63 deletions

View File

@@ -28,6 +28,10 @@
// "اطلاعات کاربری:" + '\n' +
// $"نام کاربری : {Username}" +
// $"کلمه عبور : {Password}", to);
}
public void SuccessfulSubmitTicket(string To, string Code)
{
SendByPattern(new string[] { Code }, 258239, To);
}
//public void Authentication(string to,string code) => SendMsgByPatern(code, to, 0);
//