8 lines
198 B
Java
8 lines
198 B
Java
package fabrik.simulator.pic16f84.interfaces;
|
|
|
|
public interface WindowManagement extends PICComponentInterface {
|
|
static void refreshTable() {}
|
|
|
|
static void startFromMain(String[] args) {}
|
|
}
|