UserControl ITemplateUI.CreateInstance(Root esMeta, bool cachedSettings, object applicationObject)
        {
            StoredProcedure_Oracle window = new StoredProcedure_Oracle();
            window.esMeta = esMeta;
            window.applicationObject = applicationObject;
            window.UseCachedSettings = cachedSettings;

            return window;
        }
Ejemplo n.º 2
0
        UserControl ITemplateUI.CreateInstance(Root esMeta, bool cachedSettings, object applicationObject)
        {
            StoredProcedure_Oracle window = new StoredProcedure_Oracle();

            window.esMeta            = esMeta;
            window.applicationObject = applicationObject;
            window.UseCachedSettings = cachedSettings;

            return(window);
        }