Esempio n. 1
0
    // Choosing for the mode in which the system stops the video during the scene
    public void StartSystemStopMode()
    {
        ModeStop thisMode = new ModeSystemstop();

        StartTimer(thisMode); // Line 54
    }
Esempio n. 2
0
 // Functions to set the stop mode, called by stop mode buttons
 public void SetModeStopSystem()
 {
     Stopping = new ModeSystemstop();
     SetSelectedButton(parent_stopmodetoggles, bg_btn_stopSystem);
 }