1
0

some sec fixes

This commit is contained in:
Debug_pro
2026-02-12 01:22:45 +03:00
parent 43d7845cf1
commit 72d7aa9575
4 changed files with 13 additions and 4 deletions

View File

@@ -41,6 +41,12 @@ namespace Lab
return false;
}
if (rows > 50 || cols > 50)
{
FlipInfoText.Text = "Возможно, но превосходит вычислительные мощности.";
return false;
}
return true;
}