예제 #1
0
        public HexViewer()
        {
            ViewArea = new HexArea();
            //HexArea.Name = "HexArea";

            //SetBinding(Controls.HexArea.ShowAddressProperty, new Binding("ShowColumn") { Source =this.HexArea,Mode= BindingMode.TwoWay});
        }
예제 #2
0
        public HexViewer()
        {
            ViewArea = new HexArea();
            //HexArea.Name = "HexArea";

            //SetBinding(Controls.HexArea.ShowAddressProperty, new Binding("ShowColumn") { Source =this.HexArea,Mode= BindingMode.TwoWay});
        }