Пример #1
0
 /// <summary>
 /// Gets the name of the destination file.
 /// </summary>
 /// <param name="generation">The generation.</param>
 /// <returns></returns>
 protected override string GetDestinationFileName(Generation generation)
 {
     return(string.Format(generation.DestinationFile, ((TreeNode)context.Get("node")).Text));
 }