Beispiel #1
0
 // only available to main application
 internal static CharacterContext CreateCharacterContext(MainForm formContext)
 {
     if (singleton != null) return singleton;
     singleton = new CharacterContext(formContext);
     return singleton;
 }
Beispiel #2
0
 private CharacterContext(MainForm formContext)
 {
     this.formContext = formContext;
 }