public ICommand CreateCommand() { ICommand ret = new DragDecalCommand(app, parent, decal); return(ret); }
public ICommand CreateCommand() { ICommand ret = new DragDecalCommand(app, parent, decal); return ret; }