forked from hubiquitus-old/hubiquitus4w8
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix bug timeroutcallback transportOptions null point
- Loading branch information
1 parent
988fc6f
commit d78b257
Showing
9 changed files
with
25 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -200,6 +200,10 @@ private void setFilterBt_Click(object sender, RoutedEventArgs e) | |
ja.Add("[email protected]"); | ||
valueArray.SetValues(ja); | ||
filter.SetInValue(valueArray); | ||
|
||
Debug.WriteLine("\n-- set filer --"); | ||
Debug.WriteLine(filter); | ||
Debug.WriteLine("---------------\n"); | ||
|
||
//Remove the filter. | ||
//HCondition filter = new HCondition(JObject.Parse("{}")); | ||
|
@@ -237,8 +241,5 @@ private void clearBt_Message_Click(object sender, RoutedEventArgs e) | |
Update_TextBlock_UI(msgScreen, "clear"); | ||
} | ||
|
||
|
||
|
||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.