Spostato blocco general in compoente indipendente
This commit is contained in:
@@ -1191,5 +1191,26 @@ namespace WebWindowComplex
|
||||
}
|
||||
|
||||
#endregion Private Methods
|
||||
private void SelectColor(string newVal)
|
||||
{
|
||||
if (m_CurrWindow != null)
|
||||
{
|
||||
m_CurrWindow.sColorMaterial = newVal;
|
||||
}
|
||||
}
|
||||
private void SelectMat(string newVal)
|
||||
{
|
||||
if (m_CurrWindow != null)
|
||||
{
|
||||
m_CurrWindow.sMaterial = newVal;
|
||||
}
|
||||
}
|
||||
private void SelectGlass(string newVal)
|
||||
{
|
||||
if (m_CurrWindow != null)
|
||||
{
|
||||
m_CurrWindow.sGlass = newVal;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user