Beispiel #1
0
        private async void BuildProjectWithMDBFilesClicked(object sender, EventArgs e)
        {
            var appDiretoryPath = Path.GetDirectoryName(_monoExtension.GetStartupAssemblyPath());

            await BuildProjectWithMDBFilesAsync(appDiretoryPath);
        }