ValueTuple frissítése, üres sornál hely.
This commit is contained in:
parent
074ed19236
commit
d3a987d526
3 changed files with 5 additions and 5 deletions
|
@ -4,5 +4,5 @@
|
||||||
<package id="System.Collections" version="4.3.0" targetFramework="portable46-net451+win81" />
|
<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.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.Runtime" version="4.3.0" targetFramework="portable46-net451+win81" />
|
||||||
<package id="System.ValueTuple" version="4.3.0" targetFramework="portable46-net451+win81" />
|
<package id="System.ValueTuple" version="4.4.0" targetFramework="portable46-net451+win81" />
|
||||||
</packages>
|
</packages>
|
|
@ -188,7 +188,7 @@ namespace OrarendAndroidApp
|
||||||
bool notnull = false;
|
bool notnull = false;
|
||||||
for (int i = 0; i < 6; i++)
|
for (int i = 0; i < 6; i++)
|
||||||
{ //Kihagyja az üres sorokat
|
{ //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;
|
notnull = true;
|
||||||
break;
|
break;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<packages>
|
<packages>
|
||||||
<package id="System.ValueTuple" version="4.3.0" targetFramework="monoandroid60" />
|
<package id="System.ValueTuple" version="4.4.0" targetFramework="monoandroid60" />
|
||||||
</packages>
|
</packages>
|
Loading…
Reference in a new issue