Ejemplo n.º 1
0
        int _val; //プログレスバーの値

        #endregion Fields

        #region Constructors

        public Wait()
        {
            _dlg = new WaitDlg(this);
        }
Ejemplo n.º 2
0
 public Wait()
 {
     _dlg = new WaitDlg(this);
 }