We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa79d11 commit bd68879Copy full SHA for bd68879
1 file changed
TreeViewGenerator/Program.cs
@@ -17,16 +17,13 @@ public static void Main(string[] args)
17
try
18
{
19
clsArgsConfig.Instance();
20
-
21
- List<string> a = new List<string>();
22
- a.Add("-fileDir");
23
- a.Add("/home/ita/C#/App_GitHub/gladeGenerator/gladeGenerator/gladeGenerator/GladeGeneratorGUI");
24
- a.Add("-projectName");
25
26
- args = a.ToArray();
+
+ if (System.Diagnostics.Debugger.IsAttached)
+ {
+ }
27
28
29
30
clsArgsConfig.Instance()._setArgs(args);
31
}
32
catch (Exception e)
0 commit comments