예제 #1
0
 public void InitLicensing()
 {
     Licensing.CreateLicense(this, menuStrip1,
                             new Licensing.SolutionDetails(GitHubLicensing.GetGitHubReleaseDetails, HelpString, AppTitle, AppRepo,
                                                           AssemblyExtras.GetAssemblyFileVersionInfo(), OtherText));
 }