Kleidemos
01-01-2003, 10:58
Dove sbaglio??????
//------------------------------------------------------------------------------
// <autogenerated>
// This code was generated by a tool.
// Runtime Version: 1.0.3705.288
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </autogenerated>
//------------------------------------------------------------------------------
using System;
/// <summary>
/// Classe di Prova
/// </summary>
/// <remarks>
/// created by - luca
/// created on - 01/01/2003 11.51.15
/// </remarks>
public class Prova {
/// <summary>
/// Default constructor - initializes all fields to default values
/// </summary>
public Prova(string name) {
Console.WriteLine("Ciao {0}, come va?\n", nome);
}
public saluta(string secNome) {
Console.WriteLine("Alla prossima {0}!\n", secNome);
}
}
public static void Main() {
Prova prv = new Prova("Luca");
prv.saluta;
}
Tnk e buon anno
//------------------------------------------------------------------------------
// <autogenerated>
// This code was generated by a tool.
// Runtime Version: 1.0.3705.288
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </autogenerated>
//------------------------------------------------------------------------------
using System;
/// <summary>
/// Classe di Prova
/// </summary>
/// <remarks>
/// created by - luca
/// created on - 01/01/2003 11.51.15
/// </remarks>
public class Prova {
/// <summary>
/// Default constructor - initializes all fields to default values
/// </summary>
public Prova(string name) {
Console.WriteLine("Ciao {0}, come va?\n", nome);
}
public saluta(string secNome) {
Console.WriteLine("Alla prossima {0}!\n", secNome);
}
}
public static void Main() {
Prova prv = new Prova("Luca");
prv.saluta;
}
Tnk e buon anno