using System;
using System.Collections.Generic;
using System.Text;
using System.Data;
using OWC = Microsoft.Office.Interop.Owc11;
using Microsoft.Office.Interop;
using MySql.Data.MySqlClient;

///OWC11 For TDR1280
///Ivan Geng
///2007-08-09

namespace Beyondsoft.ATT.OWCChart11
{
    
public class OWCChart11
    
{
        
Attribute

        
public OWCChart11(string PhaysicalImagePath, string Title, int Width, int Height)
        
{
            _phaysicalimagepath 
= PhaysicalImagePath;
            _title 
= Title;
            PicWidth 
= Width;
            PicHeight 
= Height;
        }


        
Private Method

        
Public Method
    }

}

posted on 2007-08-14 17:51  IvanGeng  阅读(633)  评论(2)    收藏  举报