示例#1
0
 /// <summary>
 /// Brings the MLifter to front.
 /// </summary>
 /// <remarks>Documented by Dev05, 2007-11-28</remarks>
 public static void BringMLifterToFront()
 {
     RemotingConfiguration.RegisterWellKnownClientType(typeof(GlobalDictionaryLoader), ClientURL);
     GlobalDictionaryLoader loader = new GlobalDictionaryLoader();
     loader.BringToFront();
 }