Exemplo n.º 1
0
 public void Load(StreamReader sr)
 {
     Centre = new clsPoint();
     Centre.Load(sr);
     Radius      = Convert.ToDouble(sr.ReadLine());
     myAngle1    = Convert.ToDouble(sr.ReadLine());
     myAngle2    = Convert.ToDouble(sr.ReadLine());
     myDirection = Convert.ToInt32(sr.ReadLine());
 }
Exemplo n.º 2
0
 public void Load(StreamReader sr)
 {
     myP1.Load(sr);
     myP2.Load(sr);
 }