コード例 #1
0
 public Control_WrapperLightsLayer(WrapperLightsLayerHandler datacontext) : this()
 {
     this.DataContext = datacontext;
 }
コード例 #2
0
        public Control_WrapperLightsLayer(WrapperLightsLayerHandler datacontext)
        {
            InitializeComponent();

            this.DataContext = datacontext;
        }