private static void setDialog(String tile)
 {
     if (dialog == null)
     {
         dialog = new SmallDialog_PropertyDefine("配置");
     }
     if (tile != null)
     {
         dialog.Text = tile;
     }
     dialog.checkBox_refreshAll.Checked = false;
 }
 private static void setDialog(String tile)
 {
     if (dialog == null)
     {
         dialog = new SmallDialog_PropertyDefine("配置");
     }
     if (tile != null)
     {
         dialog.Text = tile;
     }
     dialog.checkBox_refreshAll.Checked = false;
 }