Property ScriptPath
ScriptPath
Gets or sets the path to the Python script file to run on runtime initialization.
[FileNameFilter("Python Files (*.py)|*.py|All Files|*.*")]
public string ScriptPath { get; set; }
Gets or sets the path to the Python script file to run on runtime initialization.
[FileNameFilter("Python Files (*.py)|*.py|All Files|*.*")]
public string ScriptPath { get; set; }