New additions.
This commit is contained in:
parent
47adf43407
commit
5115b49630
11 changed files with 4859 additions and 0 deletions
|
@ -0,0 +1,11 @@
|
|||
using System;
|
||||
|
||||
namespace WebsitePanel.WIXInstaller.Common
|
||||
{
|
||||
internal struct YesNo
|
||||
{
|
||||
public static string Yes { get { return "1"; } }
|
||||
|
||||
public static string No { get { return "0"; } }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue