Exemple #1
0
 private void LoadEditorData()
 {
     // Load an EditorData object from ROM, or create a
     // new one if the ROM does not contain one.
     EditorData = EditorData.LoadEditorData(this)
                  ?? EditorData.CreateNewForROM(this);
 }