Exemplo n.º 1
0
 public ToolbarItem(ToolbarItemType type, Cursor cursor)
 {
     _cursor = cursor;
     _type = type;
     LoadTexture(type);
 }
Exemplo n.º 2
0
 private void LoadCursor()
 {
     _cursor = new Cursor();
     _cursor.Load(Content);
 }