Exemplo n.º 1
0
        //-----------------------------------------------Auto-Scaling Settings--------------------------------------------------------------
        private void btnAsgSettingsInit_Click(object sender, EventArgs e)
        {
            SystemManagement service = new SystemManagement();

            service.InitAutoScalingGroupSettings(GlobalVariables.Enviroment);
        }