1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-21 17:28:00 +02:00

Added a windows-only error

This commit is contained in:
Brian Fiete 2020-05-15 06:28:32 -07:00
parent 2f33b193bd
commit 7211381672

View file

@ -97,4 +97,15 @@ namespace System.IO
} }
} }
#else
namespace System.IO
{
[Error("This class is only available on Windows")]
class SaveFileDialog
{
}
}
#endif #endif