ATMLCommonLibrary.controls.trigger.PropertyListControl.DataToControls C# (CSharp) Méthode

DataToControls() protected méthode

protected DataToControls ( ) : void
Résultat void
        protected void DataToControls()
        {
            foreach (TriggerPropertyGroup property in properties)
            {
                AddListViewObject(property);
            }
        }