Normand Briere
2019-08-12 8f1afe25ea8fc8801aab66331c32a50859a758c2
1
2
3
4
5
6
interface ObjectUI
{
//    public void applySelf();
   public void closeUI();
   public ObjEditor GetEditor();
}