コード例 #1
0
ファイル: UserCommand.cs プロジェクト: AmongOthers/GdutWeixin
 public static UserCommand GetInstance()
 {
     return sInstance == null ? sInstance = new UserCommand() : sInstance;
 }
コード例 #2
0
 public static UserCommand GetInstance()
 {
     return(sInstance == null ? sInstance = new UserCommand() : sInstance);
 }