Goedel.MeshProfileManager.SelectNormal.Next C# (CSharp) Method

Next() public method

public Next ( ) : bool
return bool
        public override bool Next() {
            // validate the provider, flag if failed.

            // In this may in future lead to new requirements, e.g. 
            // have to supply a PIN or whatever.

            var Accepted = Data.TryNewPortalAccount(Input_MeshGateway, Input_AccountName);

            //Data.Navigate(Data.Data_SelectNormal);

            return Accepted;
            }
        }