BExplorer.Shell.ToolTip.ToolTip C# (CSharp) Метод

ToolTip() публичный Метод

public ToolTip ( ShellView view ) : System
view ShellView
Результат System
		public ToolTip(ShellView view) {
			InitializeComponent();
			this.DataContext = this;
			this._View = view;
			_DelayTimer.Interval = TimeSpan.FromMilliseconds(700);
			_DelayTimer.Tick += DelayTimer_Tick;
		}

Same methods

ToolTip::ToolTip ( String contents ) : System