iControl.LocalLBProfileUserStatistic.set_statistic_name C# (CSharp) 메소드

set_statistic_name() 개인적인 메소드

private set_statistic_name ( string profile_names, LocalLBProfileUserStatisticUserStatisticName statistic_names ) : void
profile_names string
statistic_names LocalLBProfileUserStatisticUserStatisticName
리턴 void
        public void set_statistic_name(
		string [] profile_names,
		LocalLBProfileUserStatisticUserStatisticName [] [] statistic_names
	)
        {
            this.Invoke("set_statistic_name", new object [] {
                profile_names,
                statistic_names});
        }