Gestito parametro di ingresso lista Profili
This commit is contained in:
@@ -17,13 +17,12 @@ namespace WebWindowComplex.Models
|
||||
{
|
||||
public class Window
|
||||
{
|
||||
#region Public Events
|
||||
#region Public Fields
|
||||
|
||||
//public event EventHandler<OnPreviewEventArgs> OnPreview = delegate { };
|
||||
//public event EventHandler<OnReqShapeEventArgs> OnReqShape = delegate { };
|
||||
//public event EventHandler<OnReqHwOptEventArgs> OnReqHwOption = delegate { };
|
||||
// Lista dei parametri del profilo passata dal chiamante del componente
|
||||
public static Dictionary<string, double> m_ParameterList = new Dictionary<string, double>();
|
||||
|
||||
#endregion Public Events
|
||||
#endregion Public Fields
|
||||
|
||||
#region Public Properties
|
||||
|
||||
|
||||
Reference in New Issue
Block a user