Наследование: dnSpy.Contracts.Hex.Editor.WpfHexViewMargin
Пример #1
0
			public TheZoomControl(ZoomControlMargin owner) {
				this.owner = owner;
				IsVisibleChanged += ZoomControlMargin_IsVisibleChanged;
			}
Пример #2
0
 public TheZoomControl(ZoomControlMargin owner)
 {
     this.owner        = owner;
     IsVisibleChanged += ZoomControlMargin_IsVisibleChanged;
 }