public RewardCoordinator()
 {
     uac               = new UserActionsCoordinator(this);
     xmlHandler        = new XmlHandler(this);
     clipBoardListener = new ClipboardListener(this);
 }
示例#2
0
 internal static void WaitForUserAction(UserActionsCoordinator userActionsCoordinator)
 {
     throw new NotImplementedException();
 }