some sec fixes
This commit is contained in:
@@ -41,6 +41,12 @@ namespace Lab
|
||||
return false;
|
||||
}
|
||||
|
||||
if (rows > 50 || cols > 50)
|
||||
{
|
||||
FlipInfoText.Text = "Возможно, но превосходит вычислительные мощности.";
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user