package de.jgsoftware.jdesktop.config;

public interface iLoginProvider
{
    public void logintoServer(String stuser, String stpassword);
}
