public PhoneViewModel(IClientView client) : base(client as FrameworkElement) { _llft = null; _client = client; // _client.FullScreen(true); int isQp = DR2API.DR2_GetISQP(ViewModelBase.ApiHandle); if (isQp == 1) { OnFullScreenCommand(); } //string isQP = System.Configuration.ConfigurationManager.AppSettings["ISQP"]; //if (string.Compare(isQP, "true", true) == 0) // OnFullScreenCommand(); //DR2.Views.PhoneView sss = _client; }