Adding missing virtual method
This commit is contained in:
parent
5bc9f4e3d7
commit
fa897881c3
@ -410,6 +410,11 @@ namespace Axios.Engine
|
||||
return true;
|
||||
}
|
||||
|
||||
public virtual bool LoadRectangleItem(RectangleItem rectangleitem)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
#if WINDOWS
|
||||
// System.Drawing is NOT avaiable on WP7 or Xbox
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user