Setpath() public static method

设置路径
public static Setpath ( ) : bool
return bool
Exemplo n.º 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();
 }