C# Class AcManager.Pages.Dialogs.BookingDialog

Inheritance: IBookingUi, INotifyPropertyChanged
Afficher le fichier Open project: gro-ove/actools

Private Properties

Свойство Type Description
OnPropertyChanged void
OnTick void

Méthodes publiques

Méthode Description
BookingDialog ( ) : System
Dispose ( ) : void
OnUpdate ( BookingResult response ) : void
Show ( ServerEntry server ) : void

Méthodes protégées

Méthode Description
OnClosing ( CancelEventArgs e ) : void

Private Methods

Méthode Description
OnPropertyChanged ( [ propertyName = null ) : void
OnTick ( object sender, EventArgs e ) : void

Method Details

BookingDialog() public méthode

public BookingDialog ( ) : System
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

OnClosing() protected méthode

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
Résultat void

OnUpdate() public méthode

public OnUpdate ( BookingResult response ) : void
response AcManager.Tools.Helpers.Api.Kunos.BookingResult
Résultat void

Show() public méthode

public Show ( ServerEntry server ) : void
server AcManager.Tools.Managers.Online.ServerEntry
Résultat void