예제 #1
0
 private void toolStripButton3_Click(object sender, EventArgs e)
 {
     using (Chilano.Iso2God.Settings settings = new Chilano.Iso2God.Settings())
     {
         settings.ShowDialog(this);
     }
 }
예제 #2
0
 private void toolStripButton3_Click(object sender, EventArgs e)
 {
     using (Chilano.Iso2God.Settings settings = new Chilano.Iso2God.Settings())
     {
         settings.ShowDialog(this);
     }
 }