/* * Copyright 2008, François Revol, . All rights reserved. * Distributed under the terms of the MIT License. */ #include "LoginApp.h" int main(int , char **) { LoginApp app; app.Run(); return 0; }