Skip to content

Commit

Permalink
Fix compilation in WinForms util
Browse files Browse the repository at this point in the history
  • Loading branch information
HermanSchoenfeld committed May 9, 2024
1 parent f6ad131 commit 611cf0c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ private void _buildButton_Click(object sender, EventArgs e) {

public class Account {

[UniqueProperty]
[UniqueIndex]
public string Name { get; set; }

public decimal Quantity { get; set; }
Expand All @@ -143,7 +143,7 @@ public class Identity {

public DSS DSS { get; set; }

[UniqueProperty]
[UniqueIndex]
public byte[] Key { get; set; }
}

Expand Down

0 comments on commit 611cf0c

Please sign in to comment.