public BrowseForUnitLibraries(string message, BrowseForNunitDialogType browsingForType, AbstractTestFramework testFramework)
 {
    InitializeComponent();
    txtContent.Text = message;
    this.browsingType = browsingForType;
    this.testFramework = testFramework;
 }
 public BrowseForUnitLibraries(string message, BrowseForNunitDialogType browsingForType, AbstractTestFramework testFramework)
 {
     InitializeComponent();
     txtContent.Text    = message;
     this.browsingType  = browsingForType;
     this.testFramework = testFramework;
 }
 public BrowseForNUnitLibraries(string message, BrowseForNunitDialogType browsingFor)
 {
    InitializeComponent();
    txtContent.Text = message;
    browsingType = browsingFor;
 }
 public BrowseForNUnitLibraries(string message, BrowseForNunitDialogType browsingFor)
 {
     InitializeComponent();
     txtContent.Text = message;
     browsingType    = browsingFor;
 }