mirror of
https://github.com/wagesj45/butterflow-ui.git
synced 2025-09-09 03:00:39 -05:00
Updating Compiled Libraries
Updating to the newest version of butterflow.
This commit is contained in:
parent
13c4225fde
commit
f912673f5f
368 changed files with 21285 additions and 313 deletions
|
|
@ -37,7 +37,7 @@ namespace butterflow_ui
|
|||
CultureInfo.CreateSpecificCulture("zh-CN"),
|
||||
});
|
||||
|
||||
#endregion
|
||||
#endregion Properties
|
||||
|
||||
#region Constructors
|
||||
|
||||
|
|
@ -49,7 +49,7 @@ namespace butterflow_ui
|
|||
InitializeComponent();
|
||||
}
|
||||
|
||||
#endregion
|
||||
#endregion Constructors
|
||||
|
||||
#region Methods
|
||||
|
||||
|
|
@ -68,7 +68,7 @@ namespace butterflow_ui
|
|||
/// <param name="e"> The ButterflowExitArgs to process. </param>
|
||||
private void ButterflowWrapper_ButterflowExited(object sender, ButterflowWrapper.ButterflowExitArgs e)
|
||||
{
|
||||
if (Settings.Default.Device >= 0)
|
||||
if(Settings.Default.Device >= 0)
|
||||
{
|
||||
this.comboDeviceList.Dispatcher.Invoke(() => this.comboDeviceList.SelectedIndex = Settings.Default.Device);
|
||||
}
|
||||
|
|
@ -78,6 +78,6 @@ namespace butterflow_ui
|
|||
}
|
||||
}
|
||||
|
||||
#endregion
|
||||
#endregion Methods
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue