C# Class Queue.Terminal.ViewModels.PrintCouponPageViewModel

Inheritance: PageViewModel, IDisposable
显示文件 Open project: breslavsky/queue

Private Properties

Property Type Description
AddClientRequest Task
Dispose void
Loaded void
PrintCoupon void
Unloaded void
timer_Tick void

Public Methods

Method Description
Dispose ( ) : void
PrintCouponPageViewModel ( ) : Junte.UI.WPF

Private Methods

Method Description
AddClientRequest ( Channel channel ) : Task
Dispose ( bool disposing ) : void
Loaded ( ) : void
PrintCoupon ( ClientRequestCoupon data ) : void
Unloaded ( ) : void
timer_Tick ( object sender, EventArgs e ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

PrintCouponPageViewModel() public method

public PrintCouponPageViewModel ( ) : Junte.UI.WPF
return Junte.UI.WPF