コード例 #1
0
 private void OnProgramReady(PluginEvents.ProgramReadyEvent e)
 {
     if (!_initSuccessfully)
     {
         return;
     }
     Settings = DxLoadObject.Default;
     Settings.ReloadFromConfig(DisplayConfig);
     //FormController.CreateDirectXForm(Object, OrtdpController.OsuModel);
 }