Server/FormEditAction.cs
changeset 228 6a84d8282226
parent 227 4a03cc6f41b0
     1.1 --- a/Server/FormEditAction.cs	Fri Jul 29 13:09:38 2016 +0200
     1.2 +++ b/Server/FormEditAction.cs	Fri Jul 29 14:33:47 2016 +0200
     1.3 @@ -316,5 +316,10 @@
     1.4  
     1.5          }
     1.6  
     1.7 +        private void buttonTest_Click(object sender, EventArgs e)
     1.8 +        {
     1.9 +            FetchPropertiesValue(Action);
    1.10 +            Action.Execute();
    1.11 +        }
    1.12      }
    1.13  }