메소드 | 설명 | |
---|---|---|
CheckForBeingInDropboxFolder ( string path ) : void |
This method checks 'path' for being in a Dropbox folder. If so, it displays a warning message.
|
|
Init ( |
||
IsInvalidCollectionToEdit ( string path ) : bool | ||
OpenCreateCloneControl ( ) : System | ||
ReportIfInvalidCollectionToEdit ( string path ) : bool | ||
SelectCollectionAndClose ( string path ) : void |
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
메소드 | 설명 | |
---|---|---|
AddChoice ( string localizedLabel, string localizedTooltip, bool enabled, EventHandler clickHandler, int row ) : Button | ||
AddFileChoice ( string path, int index ) : void | ||
CreateNewLibrary_LinkClicked ( object sender, EventArgs e ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
OnBrowseForExistingLibraryClick ( object sender, EventArgs e ) : void | ||
OnGetFromChorusHub ( object sender, EventArgs e ) : void | ||
OnGetFromInternet ( object sender, EventArgs e ) : void | ||
OnGetFromUsb ( object sender, EventArgs e ) : void | ||
OnLoad ( object sender, EventArgs e ) : void | ||
OnOpenRecentCollection ( object sender, EventArgs e ) : void | ||
SelectAndCloneProject ( ICloneSourceDialog dlg ) : void | ||
_readMoreLabel_Click ( object sender, LinkLabelLinkClickedEventArgs e ) : void |
public static CheckForBeingInDropboxFolder ( string path ) : void | ||
path | string | |
리턴 | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
리턴 | void |
public Init ( |
||
mruList | ||
filterString | string | |
createNewLibraryAndReturnPath | Func |
|
리턴 | void |
public static IsInvalidCollectionToEdit ( string path ) : bool | ||
path | string | |
리턴 | bool |
public static ReportIfInvalidCollectionToEdit ( string path ) : bool | ||
path | string | |
리턴 | bool |
public SelectCollectionAndClose ( string path ) : void | ||
path | string | |
리턴 | void |