1
7/23/2019 amped42f http://slidepdf.com/reader/full/amped42f 1/1 1) install license manager then app 2) Find out one of your mac addresses.Find out one of your mac addresses.Replace :hostid=<yourmac> Run rlm executable or set it up as a service, consult the manu al if in doubt. 3) copy lic and rlm.exe license manager folder 4) run rlm before starting app Consult the manual if in doubt qwfqhfoqhfohqfoqfohqfhqefohqefohqeohfoqehqfwqwfqfqqe qegeqgqegqegqeg qegqegqe Njoy using System; using System.Windows.Forms; public class HelloWorld : Form {  static public void Main ()  {  Application.Run (new HelloWorld ());  }  public HelloWorld ()  {  Text = "Hello Mono World";  } }

amped42f

  • Upload
    lef

  • View
    219

  • Download
    0

Embed Size (px)

Citation preview

Page 1: amped42f

7/23/2019 amped42f

http://slidepdf.com/reader/full/amped42f 1/1

1) install license manager then app2) Find out one of your mac addresses.Find out one of your mac addresses.Replace:hostid=<yourmac> Run rlm executable or set it up as a service, consult the manual if in doubt.3) copy lic and rlm.exe license manager folder4) run rlm before starting app

Consult the manual if in doubtqwfqhfoqhfohqfoqfohqfhqefohqefohqeohfoqehqfwqwfqfqqeqegeqgqegqegqegqegqegqeNjoy

using System;using System.Windows.Forms;

public class HelloWorld : Form{  static public void Main ()  {  Application.Run (new HelloWorld ());  }

  public HelloWorld ()

  {  Text = "Hello Mono World";  }}