vb.net - VBMath using / equivalent in C# -
i want use vbmath.randomize(); , vbmath.rnd();
in c#, tried using microsoft.visualbasic;
but doesn't work
you need add microsoft.visualbasic reference project. in project in solution explorer right-click references , select "add reference". search "microsoft.visualbasic" in framework tab.
Comments
Post a Comment