Beispiel #1
0
        public SubFormPhoto(ref rhdbs.cust_photoDataTable dt, Int32 no, bool view)
        {
            InitializeComponent();

            Photos = dt;
            CustNo = no;
            ViewFlag = view;
        }
Beispiel #2
0
        public RemindDialog2(ref rhdbs.birthRemindDataTable dt)
        {
            InitializeComponent();
            dataTable = dt;

            AllCount = dataTable.Rows.Count;
            AllPages = (Int32)Math.Ceiling(Convert.ToDouble(AllCount) / 10);
        }