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:
parent
2f33b193bd
commit
7211381672
1 changed files with 11 additions and 0 deletions
|
@ -97,4 +97,15 @@ namespace System.IO
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#else
|
||||||
|
|
||||||
|
namespace System.IO
|
||||||
|
{
|
||||||
|
[Error("This class is only available on Windows")]
|
||||||
|
class SaveFileDialog
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
Loading…
Add table
Add a link
Reference in a new issue