- 툴바 아이콘 지정
- 메뉴바 테마 적용 - 메뉴바 기능 연결 - 파일 로딩 후 기능들 연결
This commit is contained in:
@@ -21,6 +21,11 @@ namespace friction
|
||||
|
||||
m_Owner = owner;
|
||||
this.ApplyTheme();
|
||||
|
||||
Theme.Apply(this);
|
||||
Theme.Apply(cbMaterialSpring);
|
||||
Theme.Apply(cbMaterialTable);
|
||||
Theme.Apply(btApply);
|
||||
}
|
||||
|
||||
public void UpdateData(DataHandler data)
|
||||
@@ -40,6 +45,8 @@ namespace friction
|
||||
cbMaterialTable.SelectedIndex = 0;
|
||||
|
||||
lbFileName.Text = data.GetFileName();
|
||||
|
||||
m_Owner.OnApplyData((string)cbMaterialSpring.SelectedItem, (string)cbMaterialTable.SelectedItem);
|
||||
}
|
||||
|
||||
private void btApply_Click(object sender, EventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user