Пример #1
0
 public SonOfStrikeGui()
 {
     try
     {
         ExecutingRequest  = new AutoResetEvent(true);
         ExecutionQueue    = new Queue <string>();
         LastCommandResult = new StringBuilder();
         sosApi            = new SunOfStrikeApi(executeCmd);
         buildGui();
         //StartArguments = cmdDefaultDebuggedProcess;
     }
     catch (Exception ex)
     {
         ex.log("in SonOfStrikeGui.ctor");
     }
 }
 	public SonOfStrikeGui()
 	{
 		try
 		{
 			
 			ExecutingRequest = new AutoResetEvent(true);
 			ExecutionQueue =new Queue<string>();
 			LastCommandResult = new StringBuilder();
 			sosApi = new SunOfStrikeApi(executeCmd);
 			buildGui(); 
 			//StartArguments = cmdDefaultDebuggedProcess;
 			   			    			
 		}
 		catch(Exception ex)
 		{
 			ex.log("in SonOfStrikeGui.ctor");
 		}
 	}