예제 #1
0
파일: WzDouble.cs 프로젝트: stu98832/libwz
 internal override void Read(WzFileStream fs)
 {
     this.Value = fs.ReadDouble();
 }