public static void main(String[] args) { if (ConnectionSetup = true) { //Do Nothing } else if (ConnectionSetup = false) { SetupConnection(); } new Login(); } public static void SetupConnection() { //The code for the command line would go here } }
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)