Browse Source

Remove NotImplementedException in BeforeSetPosition()

pull/1/head
Kumar Devvrat 15 years ago
parent
commit
45e5c89b60
  1. 3
      src/AddIns/DisplayBindings/WpfDesign/WpfDesign.Designer/Project/RootItemBehavior.cs

3
src/AddIns/DisplayBindings/WpfDesign/WpfDesign.Designer/Project/RootItemBehavior.cs

@ -9,7 +9,7 @@ using System.Diagnostics; @@ -9,7 +9,7 @@ using System.Diagnostics;
namespace ICSharpCode.WpfDesign.Designer
{
/// <summary>
/// Intializes different behaviors for the Root item.
/// Intializes different behaviors for the Root item.
/// <remarks>Could not be a extension since Root Item is can be of any type</remarks>
/// </summary>
public class RootItemBehavior : IRootPlacementBehavior
@ -49,7 +49,6 @@ namespace ICSharpCode.WpfDesign.Designer @@ -49,7 +49,6 @@ namespace ICSharpCode.WpfDesign.Designer
public void BeforeSetPosition(PlacementOperation operation)
{
throw new NotImplementedException();
}
public void SetPosition(PlacementInformation info)

Loading…
Cancel
Save