This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class ColumnData | |
{ | |
public string Track; | |
public string Follow; | |
public string AccountName; | |
public string Tille; | |
public string Image; | |
public Column.StartType ColumnType; | |
public ColumnData Set(string _AccountName, string _Title, string _Track, string _Follow, Column.StartType Start) | |
{ |