摘要:
using System;using System.Collections.Generic;using System.Text;using System.Collections;namespace ConsoleApplication3{ abstract class AbstractCompnent { abstract public void operation(); } class Leaf:AbstractCompnent { string str; public Leaf(string str) {... 阅读全文
posted @ 2012-07-31 17:03
Edward_诺
阅读(189)
评论(0)
推荐(0)

浙公网安备 33010602011771号