摘要:
private static T ins; public static T Ins { get { if(ins == null) { ins = new T(); } return ins; } } 阅读全文
posted @ 2023-02-08 11:29
梦凡尘_mzz
阅读(27)
评论(0)
推荐(0)
摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace _Test_{ internal class MessM 阅读全文
posted @ 2023-02-08 11:24
梦凡尘_mzz
阅读(72)
评论(0)
推荐(0)