예제 #1
0
 private void ClosedForm(object sender, FormClosingEventArgs e)
 {
     e.Cancel = true;
     SettingsWindowController.ClosedForm();
 }
예제 #2
0
 private void BackBtn(object sender, EventArgs e)
 {
     SettingsWindowController.BackBtn();
 }
예제 #3
0
 private void SoundBtn(object sender, EventArgs e)
 {
     SettingsWindowController.SoundBtn();
 }
예제 #4
0
 private void GraphicsBtn(object sender, EventArgs e)
 {
     SettingsWindowController.GraphicsBtn();
 }
예제 #5
0
 private void ShowWindow()
 {
     Show();
     SettingsWindowController.InitializeForm();
 }
예제 #6
0
 private void InitializeForm(object sender, EventArgs e)
 {
     SettingsWindowController.InitializeForm();
 }