www.pudn.com > Fetion.rar > ExportContactsToVCard.cs


namespace Imps.Client.Pc 
{ 
    using System; 
    using System.Windows.Forms; 
 
    internal class ExportContactsToVCard : IExportContacts 
    { 
        public void ExportContacts(IWin32Window owner, string filePath, string xmlContacts) 
        { 
            throw new Exception("The method or operation is not implemented."); 
        } 
 
        public string Filter 
        { 
            get 
            { 
                throw new Exception("The method or operation is not implemented."); 
            } 
        } 
    } 
}