Example #1
0
 public MatchScoutingEnd()
 {
     InitializeComponent();
     timer         = Timer.getInstance();
     matchSuperVar = MatchSuperVar.getInstance();
     timer.Stop();
 }
        public MatchScouting04()
        {
            InitializeComponent();
            matchSuperVar = MatchSuperVar.getInstance();
            timer         = Timer.getInstance();

            teleopBallStorageCounter.Text = matchSuperVar.ballStorageNumber.ToString();
        }
Example #3
0
 public MatchScouting01()
 {
     InitializeComponent();
     scheduleInput = ScheduleInput.getInstance();
     matchSuperVar = MatchSuperVar.getInstance();
     config        = Config.getInstance();
     matchTeamNumInput.IsVisible = false;
 }
Example #4
0
 public static MatchSuperVar getInstance()
 {
     if (matchSuperVar == null)
     {
         matchSuperVar = new MatchSuperVar();
     }
     return(matchSuperVar);
 }
 public ScheduleInput()
 {
     InitializeComponent();
     matchSuperVar = MatchSuperVar.getInstance();
 }
Example #6
0
 public MatchScouting05()
 {
     InitializeComponent();
     matchSuperVar = MatchSuperVar.getInstance();
     robotAssistNumber.IsVisible = false;
 }
 public MatchScoutingNotes()
 {
     InitializeComponent();
     matchSuperVar = MatchSuperVar.getInstance();
 }