Example #1
0
        public void RunBeeper()
        {
            string beeperPath = FilePathHelper.GetBeeperFullFilePath();

            SimpleProcessStartApporach(null, beeperPath);
        }