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