Ejemplo n.º 1
0
 public CreateBugReportHandler(string targetpath, Options options, CreateLogDatabaseResults result)
 {
     m_targetpath = targetpath;
     m_options    = options;
     m_result     = result;
 }
Ejemplo n.º 2
0
		public CreateBugReportHandler(string targetpath, Options options, CreateLogDatabaseResults result)
		{
            m_targetpath = targetpath;
            m_options = options;
            m_result = result;
		}