5 lines
91 B
Java
5 lines
91 B
Java
package Visual_DVM_2021.UI.Interface;
|
|
public interface TestsWindow {
|
|
void ShowAll();
|
|
}
|