public ImgBackground(string name, FrameworkElement outcontrol) : this() { Name = name; BorderControl = new BackgroundBorder(outcontrol, true); }
public MoverManager(BackgroundBorder backgroundBorder, FrameworkElement outerControl) { this.backgroundBorder = backgroundBorder; this.outerControl = outerControl; }