public WaitingPage() { InitializeComponent(); this.Asyn = new DefaultAsynNotify(); this.pro1.DataContext = this.Asyn; this.pro2.DataContext = this.Asyn; this.pro3.DataContext = this.Asyn; this.pro4.DataContext = this.Asyn; this.pro5.DataContext = this.Asyn; this.pro6.DataContext = this.Asyn; this.proValue.DataContext = this.Asyn; }
public PageProgressRing() { InitializeComponent(); this.asyn = new DefaultAsynNotify(); this.pro1.DataContext = this.asyn; this.pro2.DataContext = this.asyn; this.pro3.DataContext = this.asyn; this.pro4.DataContext = this.asyn; this.pro5.DataContext = this.asyn; this.pro6.DataContext = this.asyn; this.proValue.DataContext = this.asyn; }
public HostInfo() { InitializeComponent(); this.Asyn1 = new DefaultAsynNotify(); this.pro1.DataContext = this.Asyn1; this.Asyn2 = new DefaultAsynNotify(); this.pro2.DataContext = this.Asyn2; this.Asyn3 = new DefaultAsynNotify(); this.pro3.DataContext = this.Asyn3; this.Asyn4 = new DefaultAsynNotify(); this.pro4.DataContext = this.Asyn4; GetSysInfo(); }
public SecondPage() { InitializeComponent(); this.Asyn = new DefaultAsynNotify(); this.pro4.DataContext = this.Asyn; }