Cleans up static loggers
Adds test projects for different frameworks and architectures Adds registration tool assembly
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
namespace Lithnet.CredentialProvider.Samples
|
||||
{
|
||||
internal static class ControlKeys
|
||||
{
|
||||
internal const string LabelCredentialProvider = "LabelCredentialProvider";
|
||||
internal const string ImageCredentialProvider = "ImageCredentialProvider";
|
||||
internal const string LabelLargeHeading = "LabelHeadingLarge";
|
||||
internal const string LabelSmallHeading = "LabelHeadingSmall";
|
||||
internal const string Username = "TextUsername";
|
||||
internal const string CommandLinkUsername = "CommandLinkUsername";
|
||||
internal const string Password = "TextPassword";
|
||||
internal const string ConfirmPassword = "TextPasswordConfirm";
|
||||
internal const string Checkbox = "Checkbox";
|
||||
internal const string LabelCheckboxValue = "LabelCheckbox";
|
||||
internal const string CommandLinkCheckboxValue = "CommandLinkCheckbox";
|
||||
internal const string ImageUserTile = "UerTileImage";
|
||||
internal const string Combobox = "Combobox";
|
||||
internal const string LabelComboboxSelectedItem = "ComboSelectedItemLabel";
|
||||
internal const string CommandLinkComboboxAdd = "CommandLinkComboboxAdd";
|
||||
internal const string CommandLinkComboboxRemove = "CommandLinkComboboxRemove";
|
||||
internal const string ButtonSubmit = "SubmitButton";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user