private void OnTextDialogButton(TextDialog dialog) { Debug.Assert(false, "Need to remove this login path. Not sure if anyone ever used it anyway."); #if NETFX_CORE Storage4.Username = dialog.UserText; #else //GamerServices.CreatorName = dialog.UserText; #endif XmlOptionsData.Username = dialog.UserText; }
// c'tor public Shared(TextDialog parent) { this.parent = parent; } // end of Shared c'tor
// c'tor public UpdateObj(TextDialog parent, Shared shared) { this.parent = parent; this.shared = shared; } // end of TextDialog UpdateObj c'tor