mirror of
https://github.com/iscmt/event-parser.git
synced 2026-04-04 06:02:24 -04:00
Reorganized directory structure
This commit is contained in:
16
gui/EventParser/GlobalParameters.cs
Normal file
16
gui/EventParser/GlobalParameters.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
namespace EventParser.GUI
|
||||
{
|
||||
public static class Arguments
|
||||
{
|
||||
public static string connString { get; set; }
|
||||
public static string input { get; set; }
|
||||
public static string output { get; set; }
|
||||
}
|
||||
|
||||
// Necessary for connection string builder window.
|
||||
public class ConnectionSettings
|
||||
{
|
||||
public string ConnectionString { get; set; }
|
||||
public int ComandTimeout { get; set; } = 60;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user