예제 #1
0
파일: GraphForm.cs 프로젝트: x2v0/gep
 public void DoLoad(string file)
 {
     if (graph.LoadGraph(file, delegate() { Text = file; }))
     {
         RecalcScrolls();
         Invalidate();
         savedFileName = file;
     }
 }