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