示例#1
0
 virtual public void TestisPersistent()
 {
     w.IsPersistent(false);
 }
示例#2
0
 virtual public void TestisPersistent()
 {
     Assert.Throws(typeof(NotSupportedException), delegate { w.IsPersistent(false); });
 }