예제 #1
0
        private void button5_Click(object sender, EventArgs e)
        {
            //todayturn = nobatdehi.getalltoday(datenow.Value);
            readandwrite read = new readandwrite();


            todayturn = read.getallnobatbasespeanddate(datenow.Value);

            getturn();
        }
예제 #2
0
        public int getfromfileid(string fileid)
        {
            readandwrite read = new readandwrite();

            nobat           = read.getallnobatbasespeficaation();
            this.name       = name;
            this.familyname = familyname;
            this.phone      = phone;
            return(0);
        }