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