public DriveBrowser(CommandFactory command_factory) { InitializeComponent(); ux_open_file_button.bind_to( command_factory.create_from(new ShowContentsOfATextFile( @"C:\github\nbdn_2009_august_orlando\store\readme.txt", richTextBox1))); }