WJC
2019-12-13 9c6bd67d66859e48f0e794cd2746aef9310ce71d
ZigbeeApp/GateWay.Ios/MainViewController.cs
old mode 100755 new mode 100644
@@ -1,8 +1,8 @@
using System;
using Foundation;
using Shared;
using Shared.Common;
using UIKit;
using Shared.Common;
namespace GateWay.Ios
{
@@ -28,7 +28,7 @@
            Shared.Common.CommonPage.Instance.Show();
            UITapGestureRecognizer oTapRecognizer = new UITapGestureRecognizer();
            oTapRecognizer.CancelsTouchesInView = false;