AJH.CMS.WEB.UI.Controls.Editor_UC.Editor_UC_Load C# (CSharp) Метод

Editor_UC_Load() публичный Метод

public Editor_UC_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void
        void Editor_UC_Load(object sender, EventArgs e)
        {
            if (!IsPostBack)
            {
                string[] paths = { UploadPath };
                txtContent.SetPaths(paths, EditorFileTypes.All, EditorFileOptions.All);
            }
        }
        #endregion