Getting the data
This commit is contained in:
commit
86070aa16b
7 changed files with 106 additions and 0 deletions
11
ManagementScript/src/Program.bf
Normal file
11
ManagementScript/src/Program.bf
Normal file
|
@ -0,0 +1,11 @@
|
|||
namespace ManagementScript;
|
||||
|
||||
using System;
|
||||
|
||||
class Program
|
||||
{
|
||||
public static void Main()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue