Setpath() public static méthode

设置路径
public static Setpath ( ) : bool
Résultat bool
Exemple #1
0
 private void Main_File_Set_OSUPath_Click(object sender, EventArgs e)
 {
     if (!Core.Setpath())
     {
         return;
     }
     //Main_PlayList.Items.Clear();
     Main_DiffList.Items.Clear();
     Core.RefreashSet();
     RefreshList();
 }