示例#1
0
 internal WirelessSyncErrorPage(WirelessSyncWizard wizard)
     : base(wizard)
     => this.Description = Shell.LoadString(StringId.IDS_WIRELESS_SYNC_GENERIC_ERROR);
示例#2
0
 internal WirelessSyncUseExistingPage(WirelessSyncWizard wizard)
     : base(wizard)
     => this.Description = Shell.LoadString(StringId.IDS_WIRELESS_SYNC_START_CONFIG);