Torna al Thread

using System; using System.Collections; using System.ComponentModel; using System.Drawing; using System.Data; using System.Windows.Forms; using System.Xml; using QuartzTypeLib; using System.Runtime.InteropServices; using System.IO; using System.Text; using System.Data.SqlClient; namespace TemporalLine { [Guid("3739C3DA-A180-4d5e-BF0F-91295BC7AAA6")] [InterfaceType(ComInterfaceType.InterfaceIsIDispatch)] public interface ITemporalLine { XmlDocument getXml(); void setXml (XmlDocument doc); } [Guid("20C679D6-01EE-49fa-9696-BE5D54A57397")] [InterfaceType(ComInterfaceType.InterfaceIsIDispatch)] public interface DBCOM_Events { } [ProgId("TemporalLine.TemporalLineControl")] [ClassInterface(ClassInterfaceType.None), ComSourceInterfaces(typeof(DBCOM_Events), (typeof(ITemporalLine)))] [Guid("5AB6B1F4-DB6E-42f4-A53C-9AF3567E7DCF")] public class TemporalLineControl : System.Windows.Forms.Label { /// <summary> /// Required designer variable. ..... }
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5