У меня есть свойство
Код: Выделить всё
public XmlDocument xDoc
{
get {return m_xDoc; }
set {value = m_xDoc; }
}
string xml = " welcome Bye"
Подробнее здесь: https://stackoverflow.com/questions/109 ... ng-c-sharp
Код: Выделить всё
public XmlDocument xDoc
{
get {return m_xDoc; }
set {value = m_xDoc; }
}
string xml = " welcome Bye"