Exemple #1
0
 protected void Page_Load(object sender, System.EventArgs e)
 {
     if (!IsPostBack)
     {
         Command = (Context.Handler as AdminPage).Command;
         lblOutput.Text = Command.PromptMessage;
     }
 }