Exemplo n.º 1
0
        public Control_ImageLayer(ImageLayerHandler datacontext)
        {
            InitializeComponent();

            this.DataContext = datacontext;
        }
Exemplo n.º 2
0
 public Control_ImageLayer(ImageLayerHandler context)
 {
     InitializeComponent();
     DataContext = context;
 }