mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-04-24 13:46:30 +02:00
Code updated to 3.0.238
This commit is contained in:
parent
3302d80678
commit
9c6a1fa92b
257 changed files with 7763 additions and 2861 deletions
|
@ -1,8 +1,10 @@
|
|||
using Serilog;
|
||||
#if USEMASTERDETAIL || USEFLYOUT
|
||||
using Serilog;
|
||||
using System;
|
||||
|
||||
namespace TINK.View.MasterDetail
|
||||
{
|
||||
|
||||
public class EmptyNavigationMasterDetail : INavigationMasterDetail
|
||||
{
|
||||
public bool IsGestureEnabled { set => Log.ForContext<EmptyNavigationMasterDetail>().Error($"Unexpected call of {nameof(IsGestureEnabled)} detected."); }
|
||||
|
@ -13,3 +15,4 @@ namespace TINK.View.MasterDetail
|
|||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
using TINK.View.MasterDetail;
|
||||
#if USEMASTERDETAIL || USEFLYOUT
|
||||
using TINK.View.MasterDetail;
|
||||
|
||||
namespace TINK.View
|
||||
{
|
||||
|
@ -13,3 +14,4 @@ namespace TINK.View
|
|||
INavigationMasterDetail NavigationMasterDetail { set; }
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
using System;
|
||||
#if USEMASTERDETAIL || USEFLYOUT
|
||||
using System;
|
||||
|
||||
namespace TINK.View.MasterDetail
|
||||
{
|
||||
|
@ -16,3 +17,4 @@ namespace TINK.View.MasterDetail
|
|||
bool IsGestureEnabled { set; }
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue