File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -246,10 +246,12 @@ public FunctionProperties FindPropertyFromGrid( int gridRow)
246246
247247 public void WriteToServer ( FunctionProperties prop , int [ ] values )
248248 {
249+ /*
249250 string text = "";
250- text += "property " + prop . StartingAdress + "\n " + "type " + prop . FunctionCodeWrite . ToString ( ) + "\n " + "new value: " + prop . values . ToString ( ) + "\n " ;
251+ text += "property " + prop.StartingAdress + "\n" + "type " + prop.FunctionCodeWrite.ToString() + "\n" + "new value: " + values.ToString() + "\n";
251252 text += "connection " + prop.Connection.ConnectionName;
252253 MessageBox.Show(text, "updating register");
254+ */
253255
254256 int startingAddress = prop . StartingAdress ;
255257 switch ( prop . FunctionCodeWrite )
You can’t perform that action at this time.
0 commit comments