コード例 #1
0
 /// <summary>
 /// Fires the PathChanged event
 /// </summary>
 /// <param name="e">Arguments to pass to the event</param>
 private void OnPathChanged(RootFolderPathChangedEventArgs e)
 {
     if (PathChanged != null)
     {
         PathChanged(this, e);
     }
 }
コード例 #2
0
 private void rootFolderDialog_PathChanged(object sender, RootFolderPathChangedEventArgs e)
 {
     OnPathChanged(e);
 }