示例#1
0
 public static ProductRemarkManager GetInstance()
 {
     if( _instance == null )
     {
         _instance = new ProductRemarkManager();
     }
     return _instance;
 }
示例#2
0
 public static ProductRemarkManager GetInstance()
 {
     if (_instance == null)
     {
         _instance = new ProductRemarkManager();
     }
     return(_instance);
 }