Exemple #1
0
 public static EditorResource Get()
 {
     if (_Instance == null)
     {
         _Instance = new EditorResource();
     }
     return(_Instance);
 }
Exemple #2
0
 public static EditorResource Get()
 {
     if (_Instance == null) _Instance = new EditorResource();
     return _Instance;
 }