Beispiel #1
0
 public Control_WrapperLightsLayer(WrapperLightsLayerHandler datacontext) : this()
 {
     this.DataContext = datacontext;
 }
        public Control_WrapperLightsLayer(WrapperLightsLayerHandler datacontext)
        {
            InitializeComponent();

            this.DataContext = datacontext;
        }