Canguro.Model.Section.Tee.UpdateData C# (CSharp) 메소드

UpdateData() 보호된 메소드

protected UpdateData ( ) : void
리턴 void
        protected void UpdateData()
        {
            //this.t2b = 0;
            //this.tfb = 0;
            //this.dis = 0;
            //this.area = 0;
            //this.torsConst = 0;
            //this.i33 = 0;
            //this.i22 = 0;
            //this.as2 = 0;
            //this.as3 = 0;
            //this.s33 = 0;
            //this.s22 = 0;
            //this.z33 = 0;
            //this.z22 = 0;
            //this.r33 = 0;
            //this.r22 = 0;
            CalcProps();
        }