AsposeVisualStudioPluginCells.Core.AsposeComponents.AsposeComponents C# (CSharp) Method

AsposeComponents() public method

public AsposeComponents ( ) : System
return System
        public AsposeComponents()
        {
            list.Clear();
            
            AsposeComponent asposeCells = new AsposeComponent();
            asposeCells.set_downloadUrl("");
            asposeCells.set_downloadFileName("aspose.Cells.zip");
            asposeCells.set_name(Constants.ASPOSE_COMPONENT);
            asposeCells.set_remoteExamplesRepository("https://github.com/asposeCells/Aspose_Cells_NET.git");
            list.Add(Constants.ASPOSE_COMPONENT, asposeCells);
        }
    }
AsposeComponents