现在的位置: 首页 > 综合 > 正文

C#设计模式之迭代器模式示例代码

2013年10月29日 ⁄ 综合 ⁄ 共 4527字 ⁄ 字号 评论关闭
QQ帐号模型构造类(即迭代器当中要包含的项):

using System;
using System.Collections.Generic;
using System.Text;
using System.Diagnostics;
using QQLoginManager.Framework.WindowsAPI;
using System.Windows.Forms;
using System.Runtime.InteropServices;

namespace QQLoginManager.Framework
{
        
/**/
        public class QQAccount
        
{
                
私有字段

                
构造函数

                
公有方法

                
公有属性

抱歉!评论已关闭.