コード例 #1
0
ファイル: Oyster.cs プロジェクト: CarverLab/Oyster
        public string GetSystemName()
        {
            Functions F = new Functions();
            string SystemName = F.GetSystemName();

            return SystemName;
        }