C# Class GitHub.UI.SimpleViewUserControl

Base class for all of our user controls. This one does not import GitHub resource/styles and is used by the publish control.
Inheritance: System.Windows.Controls.UserControl, IDisposable, IActivatable
显示文件 Open project: github/VisualStudio

Public Methods

Method Description
Dispose ( ) : void
SimpleViewUserControl ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void
NotifyCancel ( ) : void
NotifyDone ( ) : void
NotifyIsBusy ( bool busy ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

NotifyCancel() protected method

protected NotifyCancel ( ) : void
return void

NotifyDone() protected method

protected NotifyDone ( ) : void
return void

NotifyIsBusy() protected method

protected NotifyIsBusy ( bool busy ) : void
busy bool
return void

SimpleViewUserControl() public method

public SimpleViewUserControl ( ) : System
return System