4 references to ProductName
System.Windows.Forms (4)
System\Windows\Forms\Application.cs (4)
143
=> $"Software\\{CompanyName}\\{
ProductName
}\\{ProductVersion}";
207
s_companyName =
ProductName
;
673
=> Registry.CurrentUser.CreateSubKey($"Software\\{CompanyName}\\{
ProductName
}\\{ProductVersion}");
1184
string path = Path.Join(basePath, CompanyName,
ProductName
, ProductVersion);