Bladeren bron

细节修改

Shun 2 jaren geleden
bovenliggende
commit
02510979f2

+ 1 - 0
README.md

@@ -28,6 +28,7 @@
 8. Omron(欧姆龙)	[FINS]
 9. AllenBradley(罗克韦尔)
 10. Mewtocol(松下)	[Tcp、Serial]
+11. GE(通用电气)	[SRTP]
 
 ```sharp
 namespace YSAI.Model.@interface

+ 0 - 1
src/YSAI.Core/reflection/ReflectionOperate.cs

@@ -372,7 +372,6 @@ namespace YSAI.Core.reflection
         }
 
         /// <summary>
-        /// /// <summary>
         /// 注册事件
         /// </summary>
         /// <param name="SN">唯一标识符</param>

+ 0 - 9
src/YSAI.Tests/Program.cs

@@ -39,15 +39,6 @@ Console.WriteLine(gEOperate.Write(pairs).ToJson().JsonFormatting());
 
 
 
-
-
-
-
-
-
-
-
-
 
 
 

+ 1 - 1
src/YSAI.Windows.Anime.Samples/MainWindow.xaml.cs

@@ -18,7 +18,7 @@ namespace YSAI.Windows.Anime.Samples
         {
             InitializeComponent();
             //拖动
-            dragControlsAnimate = new DragControlsAnimate(this, Pane, -(double)this.FindResource("TitleHeight"));   //你得定义一个容器传容器对象或者Name
+            dragControlsAnimate = new DragControlsAnimate(this, Pane, (double)this.FindResource("TitleHeight"));   //你得定义一个容器传容器对象或者Name
             dragControlsAnimate.Insert(ConShow1);
             dragControlsAnimate.Insert(ConShow2);
             dragControlsAnimate.MessageEvenTrigger += MessageEvenTrigger;