14 lines
349 B
C#
14 lines
349 B
C#
using SteamWare;
|
|
using System;
|
|
|
|
namespace MoonProTablet
|
|
{
|
|
public partial class regNewDevice : BasePage
|
|
{
|
|
protected void Page_Load(object sender, EventArgs e)
|
|
{
|
|
// controllo se ci fosse codice di AUTH nel qual caso rimbalzo...
|
|
mod_QRScanner.Visible = memLayer.ML.CRB("EmbedQRead");
|
|
}
|
|
}
|
|
} |