コード例 #1
0
 public GalleryServiceProxy(IServiceConnectionBinder connectionBinder)
 {
     _connectionBinder = connectionBinder;
     _connectionBinder.ConnectionChanged += ConnectionBinder_ConnectionChanged;
 }
コード例 #2
0
 public GalleryFragment() : base(Resource.Layout.GalleryView)
 {
     _serviceBinder = SimpleIoc.Default.GetInstance <IServiceConnectionBinder>();
 }