Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
DataSetClearEventhandler.cs
Go to the documentation of this file.
1namespace System.Data;
2
3internal delegate void DataSetClearEventhandler(object sender, DataTable table);
delegate void DataSetClearEventhandler(object sender, DataTable table)