Ejemplo n.º 1
0
 public bool Import()
 {
     fc.Import();
     return(true);
 }
Ejemplo n.º 2
0
 public bool Import(string import_path)
 {
     fc.Import(import_path);
     return(true);
 }