C# Class AcManager.Pages.Dialogs.BookingDialog

Inheritance: IBookingUi, INotifyPropertyChanged
Show file Open project: gro-ove/actools

Private Properties

Property Type Description
OnPropertyChanged void
OnTick void

Public Methods

Method Description
BookingDialog ( ) : System
Dispose ( ) : void
OnUpdate ( BookingResult response ) : void
Show ( ServerEntry server ) : void

Protected Methods

Method Description
OnClosing ( CancelEventArgs e ) : void

Private Methods

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

Method Details

BookingDialog() public method

public BookingDialog ( ) : System
return System

Dispose() public method

public Dispose ( ) : void
return void

OnClosing() protected method

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
return void

OnUpdate() public method

public OnUpdate ( BookingResult response ) : void
response AcManager.Tools.Helpers.Api.Kunos.BookingResult
return void

Show() public method

public Show ( ServerEntry server ) : void
server AcManager.Tools.Managers.Online.ServerEntry
return void