Beispiel #1
0
 public string[] showProjectInfo(string projectName)
 {
     ShowProject sp = new ShowProject();
     String[] info = sp.projectInfo(projectName);
     return info;
 }
Beispiel #2
0
 public string[] showingProject(string username)
 {
     ShowProject sp = new ShowProject();
     String[] info = sp.projectDisplay(username);
     return info;
 }