Pergunta : CRIAR a CLASSE em C#

1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
 Currancyrate vago confidencial ()
    {
        Conexão de SqlConnection = SqlConnection novo (this.connStr);
        conexão. Abrir ();
        Comando de SqlCommand = SqlCommand novo (“selecionar * de shiv.exchange_rate onde país = '” + isto. Sessão [“taxa de câmbio”] .ToString () +” '“, conexão);
        Leitor de SqlDataReader = command.ExecuteReader ();
        se (leitor. Lido ())
        {
            this.lblcurrency. Texto = leitor [“taxa”] .ToString ();
            isto. Lblcusymb1.Text = leitor [“símbolo”] .ToString ();
        }
        conexão. Fim ();
        conexão. Dispr ();
        leitor. Fim ();
        leitor. Dispr ();
        comando. Dispr ();
    }


Este meu código no código atrás da lima que eu quero crio a classe e começ o valor (lblcurrency, Lblcusymb1)

Resposta : CRIAR a CLASSE em C#

Tentativa:

INSERÇÃO no tblRegistration
(Fiscal, Redetermination)
SELETO
      2011,
      Redetermination
DE
tblRegistration
Onde Fiscal= 2010 e Redetermination = “X”
Outras soluções  
 
programming4us programming4us