コード例 #1
0
        public Control_ImageLayer(ImageLayerHandler datacontext)
        {
            InitializeComponent();

            this.DataContext = datacontext;
        }
コード例 #2
0
 public Control_ImageLayer(ImageLayerHandler context)
 {
     InitializeComponent();
     DataContext = context;
 }