Skip to content

Commit

Permalink
Merge pull request #3 from SyncfusionExamples/test
Browse files Browse the repository at this point in the history
Removed the unwanted vs folder and key defined in the product key row in build-in mask sample.
  • Loading branch information
Manivannan-E authored Nov 22, 2024
2 parents 9c0c0b9 + 1ea8a9f commit 6d46190
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file removed Samples/Built-in-Mask/.vs/Built-in-Mask/v16/.suo
Binary file not shown.
2 changes: 1 addition & 1 deletion Samples/Built-in-Mask/ViewModel/BuiltInMaskViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public BuiltInMaskViewModel()
BuiltInMask.NumberMaskProperty = "-8728";
BuiltInMask.OctalMaskProperty = "/012";
BuiltInMask.PositiveNumberMaskProperty = "3721972";
BuiltInMask.ProductKeyMaskProperty = "HTY23OPY678GR56R01G564GH";
BuiltInMask.ProductKeyMaskProperty = " ";
}
}
}

0 comments on commit 6d46190

Please sign in to comment.