示例#1
0
 public AboutDialog(Dialog owner, string title, ProjectInfo project)
 {
   base.\u002Ector(owner);
   AboutDialog aboutDialog = this;
   this.init(title, project.getName(), new StringBuffer().append("Version ").append(project.getVersion()).toString(), project.getInfo(), project.getLogo(), project.getCopyright(), project.getLicenceText(), project.getContributors(), project);
 }
示例#2
0
 public AboutFrame(string title, ProjectInfo project)
   : this(title, project.getName(), new StringBuffer().append("Version ").append(project.getVersion()).toString(), project.getInfo(), project.getLogo(), project.getCopyright(), project.getLicenceText(), project.getContributors(), project)
 {
 }