Пример #1
0
 public GridItemPresenter(MainFragment f)
 {
     this.owner = f;
 }
Пример #2
0
			public GridItemPresenter (MainFragment f)
			{
				this.owner = f;
			}
Пример #3
0
 public UpdateBackgroundTask(MainFragment f)
 {
     this.owner = f;
 }
Пример #4
0
			public UpdateBackgroundTask (MainFragment f)
			{
				this.owner = f;
			}