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

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

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