コード例 #1
0
ファイル: Chroma.cs プロジェクト: jcdickinson/Colore
 /// <summary>
 /// Invokes the application state event handlers with the specified parameter.
 /// </summary>
 /// <param name="enabled">Whether or not the application was put in an enabled state.</param>
 private void OnApplicationState(bool enabled)
 {
     ApplicationState?.Invoke(this, new ApplicationStateEventArgs(enabled));
 }