Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hemei
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
潘栩锋
hemei
Commits
8caa31f8
Commit
8caa31f8
authored
Nov 15, 2019
by
潘栩锋
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
换了 Bads
parent
d0966345
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
12 deletions
+14
-12
FeedbackHeat.cs
...dbackRenZiJia/FLY.FeedbackRenZiJia/Server/FeedbackHeat.cs
+14
-12
No files found.
Project.FLY.FeedbackRenZiJia/FLY.FeedbackRenZiJia/Server/FeedbackHeat.cs
View file @
8caa31f8
...
@@ -15,6 +15,7 @@ using FLY.OBJComponents.Server;
...
@@ -15,6 +15,7 @@ using FLY.OBJComponents.Server;
using
FLY.OBJComponents.Common
;
using
FLY.OBJComponents.Common
;
using
System.Net
;
using
System.Net
;
using
FLY.FeedbackRenZiJia.Server.Model
;
using
FLY.FeedbackRenZiJia.Server.Model
;
using
PropertyChanged
;
namespace
FLY.FeedbackRenZiJia.Server
namespace
FLY.FeedbackRenZiJia.Server
{
{
...
@@ -93,10 +94,11 @@ namespace FLY.FeedbackRenZiJia.Server
...
@@ -93,10 +94,11 @@ namespace FLY.FeedbackRenZiJia.Server
/// <summary>
/// <summary>
/// 烧了的加热棒
/// 烧了的加热棒
/// </summary>
/// </summary>
public
bool
[]
Bads
[
DoNotCheckEquality
]
{
public
bool
[]
Bads
{
get
;
set
;
}
get
{
return
mHeatCheck
.
Bads
;
}
//{
}
// get { return mHeatCheck.Bads; }
//}
/// <summary>
/// <summary>
/// 当前风机启动中
/// 当前风机启动中
...
@@ -256,15 +258,15 @@ namespace FLY.FeedbackRenZiJia.Server
...
@@ -256,15 +258,15 @@ namespace FLY.FeedbackRenZiJia.Server
Misc
.
BindingOperations
.
SetBinding
(
this
,
"HasCheck"
,
mHeatCheck
,
"Has"
);
Misc
.
BindingOperations
.
SetBinding
(
this
,
"HasCheck"
,
mHeatCheck
,
"Has"
);
Misc
.
BindingOperations
.
SetBinding
(
mHeatCheck
,
"Enable"
,
this
,
"CheckEnable"
,
Misc
.
BindingOperations
.
BindingMode
.
TwoWay
);
Misc
.
BindingOperations
.
SetBinding
(
mHeatCheck
,
"Enable"
,
this
,
"CheckEnable"
,
Misc
.
BindingOperations
.
BindingMode
.
TwoWay
);
Misc
.
BindingOperations
.
SetBinding
(
mHeatCheck
,
"CheckNo"
,
this
,
"CheckNo"
);
Misc
.
BindingOperations
.
SetBinding
(
mHeatCheck
,
"CheckNo"
,
this
,
"CheckNo"
);
//
Misc.BindingOperations.SetBinding(mHeatCheck, "Bads", this, "Bads");
Misc
.
BindingOperations
.
SetBinding
(
mHeatCheck
,
"Bads"
,
this
,
"Bads"
);
mHeatCheck
.
PropertyChanged
+=
(
s
,
e
)
=>
//
mHeatCheck.PropertyChanged += (s, e) =>
{
//
{
if
(
e
.
PropertyName
==
"Bads"
)
//
if (e.PropertyName == "Bads")
{
//
{
NotifyPropertyChanged
(
"Bads"
);
//
NotifyPropertyChanged("Bads");
}
//
}
};
//
};
if
(
plc
is
PLCLink
)
if
(
plc
is
PLCLink
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment