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
Afficher le fichier Open project: github/VisualStudio

Méthodes publiques

Méthode Description
Dispose ( ) : void
SimpleViewUserControl ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
NotifyCancel ( ) : void
NotifyDone ( ) : void
NotifyIsBusy ( bool busy ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

NotifyCancel() protected méthode

protected NotifyCancel ( ) : void
Résultat void

NotifyDone() protected méthode

protected NotifyDone ( ) : void
Résultat void

NotifyIsBusy() protected méthode

protected NotifyIsBusy ( bool busy ) : void
busy bool
Résultat void

SimpleViewUserControl() public méthode

public SimpleViewUserControl ( ) : System
Résultat System