| | |
| | | Width = Application.GetRealWidth(400), |
| | | Height = Application.GetRealHeight(69), |
| | | Y = Application.GetRealHeight(92), |
| | | TextID = MyInternationalizationString.selection, |
| | | TextID = MyInternationalizationString.linkageevent, |
| | | }; |
| | | topRowLayout.AddChidren(titleName); |
| | | |
| | |
| | | Common.Logic.CurrentLogic = new Common.Logic(); |
| | | Common.Logic.CurrentLogic.IsEnable = 1;//默认为开 |
| | | Common.Logic.CurrentLogic.LogicType = 1; |
| | | Common.Logic.CurrentLogic.Relationship = 1; |
| | | //Config.Instance.Guid用来识别账号身份; |
| | | var accounts = new System.Collections.Generic.Dictionary<string, string>(); |
| | | accounts.Add("Account", Config.Instance.Guid); |
| | |
| | | //逻辑关 |
| | | logic.IsEnable = 0; |
| | | } |
| | | Logic.Send.LogicControlSwitch(logic); |
| | | Send.LogicControlSwitch(logic); |
| | | |
| | | }; |
| | | ///编辑 |