You are currently viewing Logo API ile Logo’ya Bağlantı

Logo API ile Logo’ya Bağlantı

Spread the love

Logo API ile Logo’ya Bağlantı:

UnityApplication giris = new UnityApplication();
if (giris.Connect())
{
if (giris.UserLogin(“kullanici”, “sifre”))
{
if (giris.CompanyLogin(1)) //Logo şirket numarası
{

//Logoya bağlanıldı

giris.CompanyLogout();
}

giris.UserLogout();
}

giris.Disconnect();
}

Bir yanıt yazın

This site uses Akismet to reduce spam. Learn how your comment data is processed.