예제 #1
0
 public managenobat(nobatdehi newnobat)
 {
     s.newnobat     = newnobat;
     this.timenoabt = s.getallnobat(newnobat);
     this.newlist   = read.getallnobatbasespeficaation();
     this.newnobat  = newnobat;
 }
예제 #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);
        }