Corretti alcuni Warnings
This commit is contained in:
@@ -143,10 +143,10 @@ namespace WebWindowComplex.Models
|
||||
#region Private Fields
|
||||
|
||||
private List<Frame> m_AreaList = new List<Frame>();
|
||||
private string m_sColorMaterial;
|
||||
private string m_sGlass;
|
||||
private string m_sMaterial;
|
||||
private string m_sProfilePath;
|
||||
private string? m_sColorMaterial;
|
||||
private string? m_sGlass;
|
||||
private string? m_sMaterial;
|
||||
private string? m_sProfilePath;
|
||||
|
||||
#endregion Private Fields
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user