Exemplo n.º 1
0
 public wCanvas(System.Xml.XmlDocument doc)
 {
     base.DoubleBuffered = true;
     m_collection        = new wControlCollection(this);
     Init(doc);
 }
Exemplo n.º 2
0
 /// <summary>
 /// 构造函数
 /// </summary>
 public wCanvas()
 {
     base.DoubleBuffered = true;
     m_collection        = new wControlCollection(this);
 }