Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
W
WSCF
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
潘栩锋
WSCF
Commits
13e8ec64
Commit
13e8ec64
authored
Jun 18, 2021
by
潘栩锋
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
格式整理
parent
0c9fb158
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
Reflect_SeviceClient.cs
WSCF/Reflect_SeviceClient.cs
+6
-2
No files found.
WSCF/Reflect_SeviceClient.cs
View file @
13e8ec64
...
@@ -260,6 +260,10 @@ namespace WSCF
...
@@ -260,6 +260,10 @@ namespace WSCF
Call
(
methodName
,
null
,
null
,
null
);
Call
(
methodName
,
null
,
null
,
null
);
}
}
void
request_CALL_GetAllProperties
(
Reflect_OBJ_INTERFACE
.
ReflectData
rData
)
{
IsSynced
=
true
;
request_PUSH_PropertyChanged
(
rData
);
}
void
request_PUSH_PropertyChanged
(
Reflect_OBJ_INTERFACE
.
ReflectData
rData
)
{
void
request_PUSH_PropertyChanged
(
Reflect_OBJ_INTERFACE
.
ReflectData
rData
)
{
ignoreSet
=
true
;
ignoreSet
=
true
;
...
@@ -365,8 +369,8 @@ namespace WSCF
...
@@ -365,8 +369,8 @@ namespace WSCF
case
Reflect_OBJ_INTERFACE
.
PkgName
.
CALL_GetAllProperties
:
case
Reflect_OBJ_INTERFACE
.
PkgName
.
CALL_GetAllProperties
:
{
{
var
rData
=
pkgData
.
data
.
ToObject
<
Reflect_OBJ_INTERFACE
.
ReflectData
>();
var
rData
=
pkgData
.
data
.
ToObject
<
Reflect_OBJ_INTERFACE
.
ReflectData
>();
IsSynced
=
true
;
request_
PUSH_PropertyChanged
(
rData
);
request_
CALL_GetAllProperties
(
rData
);
}
}
break
;
break
;
case
Reflect_OBJ_INTERFACE
.
PkgName
.
PUSH_Event
:
case
Reflect_OBJ_INTERFACE
.
PkgName
.
PUSH_Event
:
...
...
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