/// <summary>Initialize Scope select window</summary>
 /// <param name="ParentWindow">keep the parent window object e.g. for logging there</param>
 /// <param name="FeatureID">keep the feature ID to remove the feature</param>
 public RemoveInvalidFeature(FrmMain ParentWindow, Guid FeatureID)
 {
     featureID = FeatureID;
     parentWindow = ParentWindow;
     InitializeComponent();
 }
Example #2
0
 /// <summary>Initialize Scope select window</summary>
 /// <param name="ParentWindow">keep the parent window object e.g. for logging there</param>
 /// <param name="FeatureID">keep the feature ID to remove the feature</param>
 public RemoveInvalidFeature(FrmMain ParentWindow, Guid FeatureID)
 {
     featureID    = FeatureID;
     parentWindow = ParentWindow;
     InitializeComponent();
 }