コード例 #1
0
 public static FeedBackShowListManager GetInstance()
 {
     if (_instance == null)
     {
         _instance = new FeedBackShowListManager();
     }
     return(_instance);
 }
コード例 #2
0
ファイル: FeedBackShowListManager.cs プロジェクト: ue96/ue96
 public static FeedBackShowListManager GetInstance()
 {
     if (_instance == null)
        {
        _instance = new FeedBackShowListManager();
        }
        return _instance;
 }