[C#] need help - classes

11/24/2009 14:06 MoepMeep#16
Even if I had just one button to press I would use c/c++ =P
11/24/2009 14:10 Gianotti#17
Quote:
Originally Posted by MoepMeep View Post
Even if I had just one button to press I would use c/c++ =P
i dont say that c++ or c# isnt comfortable but for small things autoit is so powerful in compare to c++/c# .
11/30/2009 06:21 bigdiddy#18
for contruktors
ctor then double hit TAB
for properties with get & set
prop then double hit TAB
is that what are u looking for?
12/07/2009 22:31 BangerzZ#19
If you still need you awnser:
Just klick an you variable name, press ctrl + r and then ctrl +e.
A dialog will guid you throught the prozess and you got your setter and getter ;)

also you can right klcik your variable name to get a menu and under "Refactor" you'll find "Encapsulate field" wich makes the same
01/11/2010 16:43 I3iLLiG#20
use code generators...