Exemplo n.º 1
0
 public SpeakerCell(string sessionId, INavigation navigation = null)
 {
     this.sessionId  = sessionId;
     Height          = 60;
     View            = new SpeakerCellView();
     StyleId         = "disclosure";
     this.navigation = navigation;
 }
Exemplo n.º 2
0
        public SpeakerCell (string sessionId, IDevice device, INavigation navigation = null)
        {
			this.device = device;
            this.sessionId = sessionId;
            Height = 60;
            View = new SpeakerCellView ();
            StyleId = "disclosure";
            this.navigation = navigation;
        }