Перенос.
This commit is contained in:
9
src/Visual_DVM_2021/Passes/CurrentProjectPass.java
Normal file
9
src/Visual_DVM_2021/Passes/CurrentProjectPass.java
Normal file
@@ -0,0 +1,9 @@
|
||||
package Visual_DVM_2021.Passes;
|
||||
import Common.Current;
|
||||
import ProjectData.Project.db_project_info;
|
||||
public abstract class CurrentProjectPass extends Pass_2021<db_project_info> {
|
||||
@Override
|
||||
protected boolean canStart(Object... args) throws Exception {
|
||||
return (target = Current.getProject()) != null;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user