Пример #1
0
 virtual public void TestisPersistent()
 {
     w.IsPersistent(false);
 }
Пример #2
0
 virtual public void TestisPersistent()
 {
     Assert.Throws(typeof(NotSupportedException), delegate { w.IsPersistent(false); });
 }