コード例 #1
0
        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;
        }
コード例 #2
0
        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;
        }
コード例 #3
0
        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();
        }
コード例 #4
0
 public SecondPage()
 {
     InitializeComponent();
     this.Asyn             = new DefaultAsynNotify();
     this.pro4.DataContext = this.Asyn;
 }