diff options
Diffstat (limited to 'samples/RelyingPartyWebForms/Code/CustomStoreDataSet.cs')
-rw-r--r-- | samples/RelyingPartyWebForms/Code/CustomStoreDataSet.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/samples/RelyingPartyWebForms/Code/CustomStoreDataSet.cs b/samples/RelyingPartyWebForms/Code/CustomStoreDataSet.cs new file mode 100644 index 0000000..8dc69d4 --- /dev/null +++ b/samples/RelyingPartyWebForms/Code/CustomStoreDataSet.cs @@ -0,0 +1,4 @@ +namespace RelyingPartyWebForms.Code { + public partial class CustomStoreDataSet { + } +} |