ValueTuple frissítése, üres sornál hely.

This commit is contained in:
Norbi Peti 2018-02-12 19:55:06 +01:00
parent 074ed19236
commit d3a987d526
No known key found for this signature in database
GPG key ID: DBA4C4549A927E56
3 changed files with 5 additions and 5 deletions

View file

@ -4,5 +4,5 @@
<package id="System.Collections" version="4.3.0" targetFramework="portable46-net451+win81" />
<package id="System.Resources.ResourceManager" version="4.3.0" targetFramework="portable46-net451+win81" />
<package id="System.Runtime" version="4.3.0" targetFramework="portable46-net451+win81" />
<package id="System.ValueTuple" version="4.3.0" targetFramework="portable46-net451+win81" />
</packages>
<package id="System.ValueTuple" version="4.4.0" targetFramework="portable46-net451+win81" />
</packages>

View file

@ -188,7 +188,7 @@ namespace OrarendAndroidApp
bool notnull = false;
for (int i = 0; i < 6; i++)
{ //Kihagyja az üres sorokat
if (API.Órarend.Órák[i][j] != null) //TODO: Helyettesítéseket is figyelje
if (API.Órarend.Órák[i][j] != null && API.HelyettesítésInnenIde(API.Órarend, i, j).Item2 != null)
{
notnull = true;
break;

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="System.ValueTuple" version="4.3.0" targetFramework="monoandroid60" />
</packages>
<package id="System.ValueTuple" version="4.4.0" targetFramework="monoandroid60" />
</packages>