Copiato codice da componente WebWindowTest a WebWindowComplex
This commit is contained in:
@@ -12,12 +12,12 @@ namespace WebWindowComplex
|
||||
private AreaTypes m_type;
|
||||
public AreaTypes Type
|
||||
{
|
||||
get
|
||||
get
|
||||
{
|
||||
return m_type;
|
||||
}
|
||||
set
|
||||
{
|
||||
set
|
||||
{
|
||||
m_type = value;
|
||||
}
|
||||
}
|
||||
@@ -95,7 +95,7 @@ namespace WebWindowComplex
|
||||
}
|
||||
}
|
||||
|
||||
public ItemTable(AreaTypes elementType, string s_description,int n_row, int n_col, int n_numSash, int n_numChild)
|
||||
public ItemTable(AreaTypes elementType, string s_description, int n_row, int n_col, int n_numSash, int n_numChild)
|
||||
{
|
||||
Type = elementType;
|
||||
m_desc = s_description;
|
||||
|
||||
Reference in New Issue
Block a user