mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-27 15:44:00 +08:00
removed manual bindings from code behind.
This commit is contained in:
parent
b72d9194e8
commit
a05e85f853
@ -38,8 +38,6 @@ namespace GARbro.GUI
|
||||
public AboutBox()
|
||||
{
|
||||
InitializeComponent();
|
||||
ArchiveFormats.ItemsSource = GameRes.FormatCatalog.Instance.ArcFormats;
|
||||
ImageFormats.ItemsSource = GameRes.FormatCatalog.Instance.ImageFormats;
|
||||
}
|
||||
|
||||
private void Button_Click(object sender, RoutedEventArgs e)
|
||||
|
Loading…
Reference in New Issue
Block a user