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)
246
246
247
247
public void WriteToServer ( FunctionProperties prop , int [ ] values )
248
248
{
249
+ /*
249
250
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";
251
252
text += "connection " + prop.Connection.ConnectionName;
252
253
MessageBox.Show(text, "updating register");
254
+ */
253
255
254
256
int startingAddress = prop . StartingAdress ;
255
257
switch ( prop . FunctionCodeWrite )
You can’t perform that action at this time.
0 commit comments