Ejemplo n.º 1
0
 public override void Initialize()
 {
     // We come here twice, for both KeyboardType.System and KeyboardType.OtherIm.
     // We want to create a new switching adaptor only the first time otherwise we're
     // getting into trouble
     if (SwitchingAdaptor == null)
     {
         SwitchingAdaptor = new CombinedIbusKeyboardSwitchingAdaptor(IbusCommunicator);
         KeyboardRetrievingHelper.AddIbusVersionAsErrorReportProperty();
         InitKeyboards();
     }
 }
		public override void Initialize()
		{
			// We come here twice, for both KeyboardType.System and KeyboardType.OtherIm.
			// We want to create a new switching adaptor only the first time otherwise we're
			// getting into trouble
			if (SwitchingAdaptor == null)
			{
				SwitchingAdaptor = new CombinedIbusKeyboardSwitchingAdaptor(IbusCommunicator);
				KeyboardRetrievingHelper.AddIbusVersionAsErrorReportProperty();
				InitKeyboards();
			}
		}