Example #1
0
        public static void Main()
        {
            AWS.config.region = Region;

            ToastConfig.config(new ToastOptions {
                positionClass = "toast-bottom-center"
            });
            new Presentation.Login();
        }