예제 #1
0
 internal NetworkTable(NetworkTableConnection connection, string name)
 {
     _connection = connection;
     FullName    = name;
 }
예제 #2
0
 internal NetworkTable(NetworkTableConnection connection, string name)
 {
     _connection = connection;
     FullName = name;
 }