ShowSettings() 공개 메소드

public ShowSettings ( int tabindex, IWin32Window owner = null ) : void
tabindex int
owner IWin32Window
리턴 void
예제 #1
0
 private void button1_Click(object sender, EventArgs e)
 {
     MainClass.ShowSettings(2, this);
     LoadMediaDirectories();
 }