update 20240925
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -34,8 +34,11 @@ namespace Database
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
public void add_parameter(string name, string value)
|
||||
{
|
||||
|
||||
DataRow r = SP_Parameters.NewRow();
|
||||
r[0] = name;
|
||||
r[1] = value;
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user