Login
C#
if (api.Login(username, password))
{
// Your code or method where your program will go after being logged
}Last updated
Was this helpful?
C#
if (api.Login(username, password))
{
// Your code or method where your program will go after being logged
}Last updated
Was this helpful?
Was this helpful?