Inheritance: NotificationForm
示例#1
0
        public static void ShowExperienceChartNotification(string comm)
        {
            ExperienceChart f = new ExperienceChart();

            ShowNotification(f, comm);
        }
        public static void ShowExperienceChartNotification(string comm)
        {
            ExperienceChart f = new ExperienceChart();

            ShowNotification(f, comm);
        }