LoadContext() public static method

Loads the currently selected TextScene. Will fail and notify user if the selected file is not a text file.
public static LoadContext ( ) : void
return void
Ejemplo n.º 1
0
 public static void LoadContext()
 {
     TextSceneDeserializer.LoadContext();
 }