Added backup/restore functionality.

This commit is contained in:
Matteo Tomasini 2011-09-20 15:56:17 +02:00
parent 5d7e8c3c4a
commit 74981f98aa
11 changed files with 860 additions and 5 deletions

View file

@ -1,10 +1,9 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.4927
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
@ -660,5 +659,14 @@ namespace ScrewTurn.Wiki {
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::Anthem.TextBox txtSettingsDestinationConfig;
/// <summary>
/// btnExport control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.Button btnExport;
}
}