public static void Main() { Authentication.App app = new Authentication.App(); app.InitializeComponent(); app.Run(); }
public static void Main() { Authentication.App app = new Authentication.App(); app.Run(); }