コード例 #1
0
ファイル: SystemBus.cs プロジェクト: PhilipBrockmeyer/Wren
 protected virtual void OnValueChanged(ValueChangedEventArgs e)
 {
     if (ValueChanged != null)
         ValueChanged(this, e);
 }
コード例 #2
0
ファイル: SmsEmulator.cs プロジェクト: PhilipBrockmeyer/Wren
 void SmsEmulator_ValueChanged(object sender, ValueChangedEventArgs e)
 {
     throw new NotImplementedException();
 }