摘要: 最easy的,public class CallerTest { staticpublic void Main(string[] args) { try { level1(); } catch (Exception ex){ Console.WriteLine(ex); }finally { Console.ReadLine(); } } staticvoid level1(){ level2()...
阅读全文
posted @ 2006-07-03 14:36 nonocast 阅读(97) 评论(0)
编辑