Working Component Management
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
package fabrik.simulator.pic16f84.interfaces;
|
||||
|
||||
import javafx.scene.layout.VBox;
|
||||
|
||||
public interface TableInterface extends PICComponentInterface {
|
||||
void refresh();
|
||||
VBox refresh();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user