Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
Corrected plugin initialization since Active property was deleted.
Browse files Browse the repository at this point in the history
  • Loading branch information
rold2007 committed Sep 23, 2017
1 parent e03a076 commit 5a5e802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugins/ImageProcessing/Views/ObjectDetectionView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace ImageProcessing.Views
using ImageProcessing.Controllers;
using ImagingInterface.Plugins;

public partial class ObjectDetectionView : UserControl, IPluginView
public partial class ObjectDetectionView : UserControl
{
private ObjectDetectionController objectDetectionController;

Expand Down

0 comments on commit 5a5e802

Please sign in to comment.