コード例 #1
0
 public static MessageReceiver GetInstance()
 {
     return _instance ?? (_instance = new MessageReceiver());
 }