C# Class SDL.TridionVSRazorExtension.ProjectDestinationDialogWindow

Show file Open project: mvlasenko/TridionVSRazorExtension Class Usage Examples

Private Properties

Property Type Description
ListBox1_OnMouseDoubleClick void
ListBox1_OnSelectionChanged void
SaveResult void
Window_Loaded void
btnCancel_Click void
btnOk_Click void

Public Methods

Method Description
ProjectDestinationDialogWindow ( ) : System.Collections.Generic

Private Methods

Method Description
ListBox1_OnMouseDoubleClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
ListBox1_OnSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
SaveResult ( ) : void
Window_Loaded ( object sender, RoutedEventArgs e ) : void
btnCancel_Click ( object sender, RoutedEventArgs e ) : void
btnOk_Click ( object sender, RoutedEventArgs e ) : void

Method Details

ProjectDestinationDialogWindow() public method

public ProjectDestinationDialogWindow ( ) : System.Collections.Generic
return System.Collections.Generic