Ejemplo n.º 1
0
 public GraphWriter(string fileName)
 {
     writer = new StringGraphWriter(fileName);
 }
Ejemplo n.º 2
0
        {
            writer.Start(screenType.Name);
        }