Ignore:
Timestamp:
Sep 7, 2010, 4:19:28 PM (14 years ago)
Author:
Sam Habiel
Message:

BMX v2.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BMXNET_RPMS_dotNET_UTILITIES-BMX/trunk/cs/bmx_0200scr/BMX2/BMXCmdTester/bmxTesterForVista_0200.cs

    r887 r936  
    2424            string result = ConnectionManager.TransmitRPC("BMX USER", ConnectionManager.DUZ);
    2525            Console.WriteLine("Simple RPC: User Name: " + result);
    26            
     26            result = ConnectionManager.TransmitRPC("BMX UTF-8", "");
     27            Console.WriteLine("UTF-8 stuff: " + result);
     28
    2729            //string result =
    2830            ConnectionManager.AppContext = "OR CPRS GUI CHART";
Note: See TracChangeset for help on using the changeset viewer.