Renaming forme (Frame) + readme

This commit is contained in:
2025-10-23 10:26:50 +02:00
parent e68847318f
commit f3ad3e4ce4
8 changed files with 57 additions and 41 deletions
+1 -1
View File
@@ -257,7 +257,7 @@ namespace WebWindowComplex.Models
/// <returns></returns>
private string FindSashShape()
{
return "Rectangular";
return "Rectangle";
}
#endregion Private Methods
+1 -1
View File
@@ -846,7 +846,7 @@ namespace WebWindowComplex.Models
private string FindSashShape()
{
return "Rectangular";
return "Rectangle";
}
#endregion Private Methods