diff options
Diffstat (limited to 'csharp/test/xamarin/controller/MainPage.xaml.cs')
-rw-r--r-- | csharp/test/xamarin/controller/MainPage.xaml.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/csharp/test/xamarin/controller/MainPage.xaml.cs b/csharp/test/xamarin/controller/MainPage.xaml.cs index 326d59de559..f07697b63f0 100644 --- a/csharp/test/xamarin/controller/MainPage.xaml.cs +++ b/csharp/test/xamarin/controller/MainPage.xaml.cs @@ -560,7 +560,7 @@ namespace controller public class ProccessI : Test.Common.ProcessDisp_ { - public ProccessI(ControllerHelper controllerHelper) + public ProccessI(ControllerHelperI controllerHelper) { _controllerHelper = controllerHelper; } @@ -583,7 +583,7 @@ namespace controller return _controllerHelper.getOutput(); } - private ControllerHelper _controllerHelper; + private ControllerHelperI _controllerHelper; } public class ProcessControllerI : Test.Common.ProcessControllerDisp_ |