예제 #1
0
 /// <summary>
 /// Change form phase.
 /// </summary>
 /// <param name="phase"></param>
 public static void SwitchFormPhase(string phase)
 {
     WalletXiropht.SwitchForm(phase);
 }
예제 #2
0
 /// <summary>
 /// Initialize the public static object of the interface for share the object with every class.
 /// </summary>
 /// <param name="wallet"></param>
 public static void InitializeMainInterface(WalletXiropht wallet)
 {
     WalletXiropht = wallet;
     WalletXiropht.SwitchForm(ClassFormPhaseEnumeration.Main);
 }