06-03-2016 03:57 PM
hello eveybody
i want to use this class in labview :
c# code
public Employer(string nom, char indicP, int npf, float indp)
{
this.nom = nom;
this.indicP = indicP;
this.NPF = npf;
this.IndP = indp;
}
please help me
06-03-2016
07:40 PM
- last edited on
11-14-2024
04:45 PM
by
Content Cleaner
This webcast spends a lot of time going over basic oop concepts but it also has some good demonstrations if you skip through what you know already.
http://www.ni.com/webcast/2703/en/
06-03-2016 09:33 PM
06-03-2016 09:34 PM