예제 #1
0
 public bool Import()
 {
     fc.Import();
     return(true);
 }
예제 #2
0
 public bool Import(string import_path)
 {
     fc.Import(import_path);
     return(true);
 }