Esempio n. 1
0
        private void MainWindowViewModel_AttachedToGame(object sender, DoWorkEventArgs e)
        {
            DateTime t0 = DateTime.Now;

            DirectFunctionsPageViewModel.LoadAllFunctions();
            DateTime t1 = DateTime.Now;

            HackGlobal.Logging.Log("Time used by loading scripts: " + (t1 - t0).TotalMilliseconds);
        }