public DiscoveryHandlerImplementation(SelectPrinterView selectPrinterPage, ConnectionType connectionType)
 {
     this.selectPrinterPage = selectPrinterPage;
     this.connectionType    = connectionType;
 }
示例#2
0
 public MainPage()
 {
     SelectPrinterPage = new SelectPrinterView(this);
     PushAsync(new TabbedDemoPage(this));
 }