c#danliemosih】的更多相关文章

using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace 打印机 { public class print { private static print instace = null; static object ce=new object(); public static print Instace { get { if (instace == null) {…