Esempio n. 1
0
 public SampleDrawable(IRefreshIcon view) : base(view)
 {
 }
Esempio n. 2
0
 /// <summary>
 /// Initializes a new instance of the RefreshIconDrawable.
 /// </summary>
 public RefreshIconDrawable(IRefreshIcon view)
 {
     View = view;
 }