File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Templates/CSharp/Project-Templates Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
using System ;
2
2
using System . Collections . Generic ;
3
3
$if $ ( $targetframeworkversion $ >= 3.5 ) using System . Linq ;
4
- $endif $using System . Text ;
4
+ $endif $
5
5
using WPILib;
6
6
using WPILib . Extras . AttributedCommandModel ;
7
7
Original file line number Diff line number Diff line change 1
1
using System ;
2
2
using System . Collections . Generic ;
3
3
$if $ ( $targetframeworkversion $ >= 3.5 ) using System . Linq ;
4
- $endif $using System . Text ;
4
+ $endif $
5
5
using WPILib;
6
6
using WPILib . Commands ;
7
7
using WPILib . livewindow ;
Original file line number Diff line number Diff line change 1
1
using System ;
2
2
using System . Collections . Generic ;
3
3
$if $ ( $targetframeworkversion $ >= 3.5 ) using System . Linq ;
4
- $endif $using System . Text ;
4
+ $endif $
5
5
using WPILib;
6
6
7
7
namespace $safeprojectname $
Original file line number Diff line number Diff line change 1
1
using System ;
2
2
using System . Collections . Generic ;
3
3
$if $ ( $targetframeworkversion $ >= 3.5 ) using System . Linq ;
4
- $endif $using System . Text ;
4
+ $endif $
5
5
using WPILib;
6
6
using WPILib . Extras ;
7
7
8
8
namespace $safeprojectname $
9
9
{
10
10
public class $safeprojectname $ : LabVIEWRobot
11
11
{
12
- public override void RobotInit ( )
12
+ public override void Begin ( )
13
13
{
14
14
15
15
}
Original file line number Diff line number Diff line change 1
1
using System ;
2
2
using System . Collections . Generic ;
3
3
$if $ ( $targetframeworkversion $ >= 3.5 ) using System . Linq ;
4
- $endif $using System . Text ;
4
+ $endif $
5
5
using WPILib;
6
6
7
7
namespace $safeprojectname $
You can’t perform that action at this time.
0 commit comments